Search found 382 matches: comp

Return to advanced search

Re: Ejemplo Buildh.bat compilar varios prgs.

COMP.BAT REM @Echo Off@Echo OnClsEcho ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿Echo ³ FiveWin For xHarbour 17.01 Dec. 2017         xHarbour Development Power   ...
by karinha
Fri May 10, 2019 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo Buildh.bat compilar varios prgs.
Replies: 30
Views: 3767

Re: CURL

... los varios que aparecen instalados en el sistema, como el que viene con XAMPP (si lo teneis instalado) o el propio de harbour ubicado en: C:\hb32\comp\mingw\bin\curl.exe Pero a quién se le va a ocurrir que pasen estas cosas con windows, que no encuentre un archivo que si está. Les dejo el código ...
by Verhoven
Mon Mar 25, 2019 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CURL
Replies: 5
Views: 1285

Re: FWH 18.08: Enhancements to strings.prg

... TOOLTIP " " + i18n("Autori di...") +NOME_PROGRAMMA_TITLE+ " "; ACTION ::AppAcercade() when you compile a prg with xharbour create i18n folder and on your file batch insert this command /j\I18n\Main.hil it create a file .hil Information : I asked ...
by Silvio.Falconi
Tue Nov 13, 2018 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 6244

Re: Agregar archivo .c a mak de compilacion

... -Gn -aa -Tpe -s @b32.bc del b32.bc .prg.obj: $(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include >> comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c .c.obj: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include ...
by Compuin
Thu Oct 25, 2018 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1698

Re: Agregar archivo .c a mak de compilacion

... -Gn -aa -Tpe -s @b32.bc del b32.bc .prg.obj: $(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include >> comp.log $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c .c.obj: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include ...
by cnavarro
Thu Oct 25, 2018 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1698

Re: xbrowse edit columns

Saludos estoy necesitando poner un button en el xbrowse que me lleve a una consulta de movimientos del documento seleccionado todo funciona bien le he puesto una imagen al button pero cuando abandono la aplicación se me cuelga comento ese configuracion de la columna y termina normal. /* WITH OBJECT ...
by CARLOS ATUNCAR
Sat Sep 15, 2018 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse edit columns
Replies: 17
Views: 4900

Re: New FTDN June/Junio 2018 (FWH 18.06)

... se restablece en ese momento. Después de la reconexión, algunos ajustes como multi-declaración, idioma del mensaje, etc. se restablecían con un comportamiento inesperado. Ahora todos esos ajustes se restauran correctamente. - Ahora es posible crear conexiones FWMaria desde un objeto de conexión ...
by Antonio Linares
Mon Sep 03, 2018 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 2700

New FTDN June/Junio 2018 (FWH 18.06)

... * EDITVARS translate was showing error when used with non-English languages. Fixed. * Enhancement: function Execute() no longer generates a comp.log file and it generates runtime errors now that thw FWH error system catch. * MULTIGET: It was not possible to directly use a variable with length ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 2700

Re: Crear function para Script de Harbour

EJECUTAR( MemoRead( "ejemplo.prg" ) )

y elimina esta línea:
// FReOpen_Stderr( "comp.log", "w" )

y modifica esta línea asi:
oHrb = HB_CompileFromBuf( cCode, .T., "-n", "-Ic:\fwh\include", "-Ic:\harbour\include" )
by Antonio Linares
Sun Aug 12, 2018 5:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 4058

Re: Changing the place of "comp.log" file in scripts.

It will not be created

In case that there is an error, a runtime error will be generated
by Antonio Linares
Mon Aug 06, 2018 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the place of "comp.log" file in scripts.
Replies: 3
Views: 707

Re: Changing the place of "comp.log" file in scripts.

Thanks master. It has gone. Not created in the current directory.
But where is it now? It will not be created? Or it has gone to somewhere else?
by betoncu
Sat Aug 04, 2018 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the place of "comp.log" file in scripts.
Replies: 3
Views: 707

Re: Changing the place of "comp.log" file in scripts.

Birol, In FWH\source\function\harbour.prg in function Execute() please comment out this line: // FReOpen_Stderr ( "comp.log", "w" ) and modify this one: oHrb = HB_CompileFromBuf( cCode, .T. , "-n", "-I" + cFWheaders, "-I" + cHBheaders ...
by Antonio Linares
Tue Jul 31, 2018 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the place of "comp.log" file in scripts.
Replies: 3
Views: 707

Changing the place of "comp.log" file in scripts.

I am usings execute command to run the scripts as below. When I run my program a file named comp.log is created in the current directory. Is it possible to change it. I want it to be created in another directory (for example in my documents folder) Thanks in advance. ...
by betoncu
Mon Jul 30, 2018 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the place of "comp.log" file in scripts.
Replies: 3
Views: 707

Help with api / Json

... parameters and capture Json return? Url: http://www.averbeporto.com.br/websys/php/conn.php Parameters: { "mod": "login", "comp": 5, "user": "USUARIO", "pass": "SENHA", ["dump": [1,2]] // Opcional. } Error in return: ...
by wartiaga
Wed Jul 04, 2018 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with api / Json
Replies: 1
Views: 633

Re: Google APIS Lib for Fivewin

... rem set bcdir=d:\borland\bcc7 set bcdir=d:\borland\bcc73 set fwh=%FWDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILEERRORS @type comp.log @type warnings.log echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include ...
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 22717
PreviousNext

Return to advanced search