Search found 21 matches: fgr

Return to advanced search

UEStudio Comportamientro del exe muy estraño

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
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: 1333

Re: Primeros minutos con FWH

... 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: Turbo Incremental Link 5.69 Copyright ...
by informaticaeloy
Sat Dec 21, 2013 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeros minutos con FWH
Replies: 27
Views: 4462

Re: Primeros minutos con FWH

... (solo lo he probado un par 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 ...
by cnavarro
Sat Dec 21, 2013 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primeros minutos con FWH
Replies: 27
Views: 4462

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

Re: Harbour Compiler Build Questions ! UPDATED *

... of cleanup notes. On my compiler setup we have a LIB3 folder that includes the additional files you put into Cmd 0. ( Also, I had already added $FGR ). That actually makes it cleaner. I'll send you a copy once I clean out the duplication so you can add it to the FWH 11.6 distribution. I will ...
by TimStone
Sat Jun 11, 2011 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 13944

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 -fo$O $I ... ...
by Antonio Linares
Sat Jun 11, 2011 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 13944

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: Ue Studio Beginner Question

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
by Richard Chidiak
Wed Sep 22, 2010 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio Beginner Question
Replies: 1
Views: 747

Re: FWDBG.dll con UESTUDIO

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
by Andrés González
Thu Mar 18, 2010 12:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWDBG.dll con UESTUDIO
Replies: 11
Views: 3650

Re: Problema UEStudio al migrar de Vista a W7

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
by triumvirato
Sat Jan 23, 2010 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema UEStudio al migrar de Vista a W7
Replies: 15
Views: 5755

ERROR DE MEMORIA EN VERSION 912

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
by jmansur
Fri Jan 15, 2010 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR DE MEMORIA EN VERSION 912
Replies: 10
Views: 3178

Re: Configuracion de UESTudio

... pasa es que adicioné un par de líneas al APPLICATION del configs para que el programa se 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 ...
by acuellar
Fri Apr 17, 2009 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Configuracion de UESTudio
Replies: 2
Views: 534

Re: UEstudio

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
by Ricardo Ramirez E.
Sun Apr 12, 2009 11:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEstudio * SOLUCIONADO *
Replies: 6
Views: 1619

ERROR COMPILAR UESTUDIO

... = $(DCon) [Show Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; FGD = .def; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR DebugFlag = ReleaseFlag = Cmd0 = ...
by MANOLO
Mon Jan 12, 2009 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR COMPILAR UESTUDIO
Replies: 2
Views: 1247

No crea EXE Uestudio

... Makefile] Title=Show makefile Cmd0=uestudio makefile ShowWindow=1 DisplayConsole=0 [InsertFiles] group0 = $(Libraries) [FileGroups] FGO = .obj; FGR = .res; FGL = .lib; [GroupFormats] FGO = %s FGR = %s FGL = %s [Build] Out = $T Depends = $FGO $FGR Cmd23 = echo $Tn.exe , + >>b32.bc Cmd24 ...
by softruz
Fri Nov 09, 2007 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No crea EXE Uestudio
Replies: 2
Views: 817
Next

Return to advanced search