Search found 36 matches: cmd0

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 likely with ...
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: 18462

UEStudio Comportamientro del exe muy estraño

... Dependencies) .CPP = .C [MakeCommands] run = Execute Application makef = Show Makefile [Execute Application] Title = Execute $T Cmd0 = $(Command Line Arguments) Depends = $T ShowWindow = 1 DisplayConsole = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 ...
by Busmatic_wpb
Wed Feb 22, 2017 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEStudio Comportamientro del exe muy estraño
Replies: 7
Views: 1322

Re: Primeros minutos con FWH

Hola. Funcionó perfecto. Gracias. Cambié en el archivo Application del config de harbour en UEstudio la línea Cmd0 = ilink32 $(LOPT) c0w32.obj $FGO, $T,, $(LIBS),, $FGR por Cmd0 = ilink32 $(LOPT) $(CPATHL) c0w32.obj $FGO, $T,, $(LIBS),, $FGR Y ahora me sale el siguiente error: ...
by informaticaeloy
Sat Dec 21, 2013 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeros minutos con FWH
Replies: 27
Views: 4406

Re: Primeros minutos con FWH

... de veces), creo que puede ser lo siguiente: En el proyecto, en el apartado BUILD [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ilink32 $(LOPT) c0w32.obj $FGO, $T,, $(LIBS),, $FGR Cambia en Cmd0 [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ilink32 ...
by cnavarro
Sat Dec 21, 2013 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeros minutos con FWH
Replies: 27
Views: 4406

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

[.RC]
Out = $In.res
Cmd0 = $(SDKPATH)\bin\rc -r -fo$O $I



rc don't exit in 7.0A, but it's in 7.1A
by Andrés González
Sun Sep 29, 2013 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4700

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: 1724

Re: Harbour Compiler Build Questions ! UPDATED *

Tim, I have modified UEStudio Application_vc32 this way: ... Cmd0 = LINK $(LOPT) $FGO $FGR $(LIBS1) $(LIBS2) "$(SDKPATHL)"\kernel32.lib ... ... Cmd0 = c:\vc98\bin\rc -r /i"c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A"\include ...
by Antonio Linares
Sat Jun 11, 2011 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 13920

Re: Compile warming

Daniel help solve,

Here solucion

Change script UEs line Cmd0 To:

Cmd0 = LINK $(LOPT) /ARMPADCODE:NO $FGO $(LIBS) $FGR

=]
by lailton.webmaster
Wed Mar 16, 2011 2:12 pm
 
Forum: FiveWin for Pocket PC
Topic: Compile warming
Replies: 1
Views: 590

Re: Configuracion de u9

fgondi wrote:En lugar de escribir un copy tambien puedes cambiar la línea Cmd0 de la sección BUILD

Code: Select all  Expand view
Cmd0 = ILINK32 $(LOPT) $(LinkWith) $FGO,$(Working Directory)\$On,,$FGL $(LIBS),$FGD,$FGR


Hay mil formas de llegar al mismo destino, pero esta me gusta mas...
by Bayron
Fri Feb 25, 2011 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Configuracion de u9
Replies: 6
Views: 874

Re: Configuracion de u9

En lugar de escribir un copy tambien puedes cambiar la línea Cmd0 de la sección BUILD

Code: Select all  Expand view
Cmd0 = ILINK32 $(LOPT) $(LinkWith) $FGO,$(Working Directory)\$On,,$FGL $(LIBS),$FGD,$FGR
by fgondi
Fri Feb 25, 2011 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Configuracion de u9
Replies: 6
Views: 874

UES AutoRun

... ] AutoRun = no|yes 3 - Add this line inside of group [SettingsReps] AutoRun = no=$(NOVALUE)|yes=$T 4 - Add for group [Build] above of Cmd0 this line Cmd1 = $(AutoRun) It's OK now, you save and you can see it in your compiler options: http://img828.imageshack.us/img828/816/uesf.png ...
by lailton.webmaster
Thu Jan 06, 2011 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UES AutoRun
Replies: 2
Views: 743

UES AutoRun

... agregarmos a esto para lo grupo [SettingsReps] AutoRun = no=$(NOVALUE)|yes=$T 4 - Finalizando ahora agregarmos ao grupo [Build] abaixo de Cmd0 esta nueva linha Cmd1 = $(AutoRun) Ahora tiemos en las configuracoes de compilador la opcion AutoRun: http://img828.imageshack.us/img828/816/uesf.png ...
by lailton.webmaster
Thu Jan 06, 2011 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UES AutoRun
Replies: 0
Views: 386

Re: Ue Studio Beginner Question

... Dependencies) .CPP = .C [MakeCommands] run = Execute Application makef = Show Makefile [Execute Application] Title = Execute $T Cmd0 = $(Command Line Arguments) Depends = $T ShowWindow = 1 DisplayConsole = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 ...
by Richard Chidiak
Wed Sep 22, 2010 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio Beginner Question
Replies: 1
Views: 741

Re: FWDBG.dll con UESTUDIO

Antonio Linares wrote:Andrés,

Prueba a cambiar esta línea:

Cmd0 = harbour $I /n $R /o$O


cambiando esta linea o no, el harbour hace lo mismo, no muestra el debuger.
by Andrés González
Thu Apr 01, 2010 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWDBG.dll con UESTUDIO
Replies: 11
Views: 3646

Re: FWDBG.dll con UESTUDIO

Andrés,

Prueba a cambiar esta línea:

Cmd0 = harbour $I /n $R /o$O
by Antonio Linares
Thu Mar 18, 2010 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWDBG.dll con UESTUDIO
Replies: 11
Views: 3646
Next

Return to advanced search