Search found 8 matches: cmd1

Return to advanced search

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

Hello, I got from IDM an answer: Hello Otto, Thank you for your message. By default, Cmd1 would wait for Cmd0 to complete and there's nothing you can add that would change behavior at this level. I asked one of our developers about this and he said the problem is ...
by Otto
Wed Jan 15, 2020 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18603

Re: Permite que FWH te hable :-)

Gracias Antonio

Funciona perfecto

En el Application de UEstudio colocar después de:
Cmd0 = ilink32 $(LOPT) c0w32.obj $FGO, $Pp\$T,, $(LIBS),, $FGR
Cmd1 = mshta vbscript:CreateObject("SAPI.SpVoice").Speak("Aplicacion compilada")(Window.close)

Saludos,

Adhemar
by acuellar
Thu May 16, 2013 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Permite que FWH te hable :-)
Replies: 11
Views: 1726

Generar Librerias con UEStudio

... $R /o$O CaseSensitive = 0 IncDirs = .;$(INCLUDE); IncKeyWords = #include; Comments = /*.*/.//.eol. [.C] Out = $In.obj Cmd0 = bcc32 $(COPT) -o$O $I Cmd1 = $(CPATH)\bin\tlib $T -+ $O CaseSensitive = 0 IncDirs = .;$(INCLUDE); IncKeyWords = #include; Comments = /*.*/.//.eol. El prj: [Project ID] Signature=UE ...
by DiGregorio
Wed May 27, 2009 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar Librerias con UEStudio
Replies: 1
Views: 951

Re: Configuracion de UESTudio

... ejecute automaticamente. [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ilink32 $(LOPT) c0w32.obj $FGO, $T,, $(LIBS),, $FGR Cmd1 = $T ->Hace el autorun Cmd2 = Borra.bat -> Borra todos los archivos no necesarios. Ejecuta bien, pero parece como si la carpeta origen fuera ...
by acuellar
Fri Apr 17, 2009 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Configuracion de UESTudio
Replies: 2
Views: 535

... set up a custom user tool, this would be the same as running the command from the command prompt. uestudio.ini This is in the uestudio.ini Tool Cmd1="c:\fwh\samples\buildx.bat %P%N" Tool Dir1="%P" Your uestudio.ini file (To find your INI file, go to Advanced -> Configuration -> Application ...
by Otto
Wed Aug 13, 2008 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video UESTUDIO: download - install - setup - ready to work
Replies: 21
Views: 7752

Video UESTUDIO: download - install - setup - ready to work

... Highlighting Language File=C:\UEStudio 06\WORDFILE.UEW Tool Menu0="Harbour" Tool Menu1="xHarbour" Tool Cmd0="C:\FWH\samples\Buildh.bat %P%N" Tool Cmd1="C:\FWH\samples\Buildx.bat %P%N" Tool Dir0="%P" Tool Dir1="%P" 4) Start with work ------------------------------------------------------------------- ...
by Otto
Mon Aug 11, 2008 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video UESTUDIO: download - install - setup - ready to work
Replies: 21
Views: 7752

... $R /o$O CaseSensitive = 0 IncDirs = .;$(INCLUDE); IncKeyWords = #include; Comments = /*.*/.//.eol. [.C] Out = $In.obj Cmd0 = bcc32 $(COPT) -o$O $I Cmd1 = $(CPATH)\bin\tlib $T -+ $O CaseSensitive = 0 IncDirs = .;$(INCLUDE); IncKeyWords = #include; Comments = /*.*/.//.eol. Test.prj file: [Files] ...
by Antonio Linares
Sat Nov 17, 2007 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UEStudio - Build a library
Replies: 9
Views: 2355

No crea EXE Uestudio

... $Tn.exe , + >>b32.bc Cmd24 = echo $Tn.map , + >>b32.bc Cmd0 = echo $(INCLU)\alllib\FiveHx.lib $(INCLU)\alllib\FiveHC.lib + > b32.bc Cmd1 = echo $(INCLU)\alllib\rtl.lib + >> b32.bc Cmd2 = echo $(INCLU)\alllib\vm.lib + >> b32.bc Cmd3 = echo $(INCLU)\alllib\gtgui.lib + >> ...
by softruz
Fri Nov 09, 2007 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No crea EXE Uestudio
Replies: 2
Views: 819

Return to advanced search