Search found 382 matches: comp

Return to advanced search

Crear cCode para script de Harbour

... ) local cHBheaders := If( lIsDir( ".\include" ), ".\include", "c:\harbour\include" ) // FReOpen_Stderr ( "comp.log", "w" ) oHrb = HB_CompileFromBuf( cCode, "-n", "-I" + cFWheaders, "-I" + cHBheaders ) if ! Empty( ...
by Compuin
Mon Jan 02, 2017 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear cCode para script de Harbour
Replies: 13
Views: 2317

Funciones propias en una lib (Solucionado)

... -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
Sat Dec 31, 2016 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 11144

Re: multiple defintions, forst defined here

ok, now we know what is going on: 1. MinGW GCC is being used as this is called above: C:\hb30\comp\mingw\bin\gcc.exe 2. You are trying to port a 16 bits apps that was using a third party library named Clip4Win (C4W) and you don't have the 32 bits version of such library ...
by Antonio Linares
Tue Dec 06, 2016 9:18 am
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 21919

Re: multiple defintions, forst defined here

... the source code there along with a .ch file. I started the hbmk20 file from that directory. It looked like in the commands that there was no compile of the .c files, but I really couldn't be certain of that. Help??? Help!!!! (C:\hb30\bin\harbour.exe) -n2 sco.Prg SCO0.PRG SCO1.PRG SCO2.PRG ...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 21919

Re: 2 consultas - 1) Sigue harbour? 2) Constructor y new.

Entiendo que si, aca esta el archivo hbp con el cual compilo el sistema. El mensaje que me salta es con los fuentes que estan marcados en negrita. Inicio archivo hbp ---> -o"p03" # Compila solo los fuentes modificados. -inc #-mt #-gtwvg ...
by JLVassallo
Thu Nov 17, 2016 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: 2 consultas - 1) Sigue harbour? 2) Constructor y new.
Replies: 10
Views: 2497

Re: 2 consultas - 1) Sigue harbour? 2) Constructor y new.

Hola Antonio, muchas gracias por responderme tan rapido. Avanzo la compilación pero ahora me tira el siguiente mensaje: Lines 1213, Functions/Procedures 3 Generating C source output to 'obj\B_ROCOLU.c'... Done. hbmk2: Compiling... hbmk2: Linking... "p03".exe ...
by JLVassallo
Wed Nov 16, 2016 2:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: 2 consultas - 1) Sigue harbour? 2) Constructor y new.
Replies: 10
Views: 2497

Re: Looking for cliparse.zip / Buscando cliparse.zip

https://groups.google.com/forum/#!searchin/comp.lang.clipper/antonio$20pcode%7Csort:relevance/comp.lang.clipper/LWSLdJx1MA0/Gk6XB0XFjWcJ FIVE 1.0 Index: a.. Overview of Five 1.0. b.. The Clipper virtual Machine (CVM). ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2887

Re: Looking for cliparse.zip / Buscando cliparse.zip

This was the start for Harbour :-) https://groups.google.com/forum/#!searchin/comp.lang.clipper/cliparse%7Csort:relevance/comp.lang.clipper/rcvDzVQ3xcY/ZCsG81PxEV0J clipper.y (yacc rules) %{// Clipper yacc rules.// Developed by Antonio ...
by Antonio Linares
Mon Oct 24, 2016 6:14 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2887

Re: Pregunta sobre win_OleCreateObject

Sin embargo, por lo que se comenta aqui:

https://groups.google.com/forum/#!topic/comp.lang.xharbour/ht0rLY7p2TQ

Using TOleAuto() take 5 hours.

Using Win_OleCreateObject() take 6 minutes !!!!


parece que win_OleCreateObject() es mucho mas rápido

habría que hacer pruebas
by Antonio Linares
Fri Oct 21, 2016 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre win_OleCreateObject
Replies: 5
Views: 1299

Re: Pantalla negra detras de ventana

... hdirl=%hdir%\lib set fwh=%FWDIR% if exist c:\bcc582 set bcdir=c:\bcc582 %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 Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 4390

Fiveweb: problemas con la clase TPRINT

... momento utilizamos FASTREPORT y funciona perfecto , el problema surgio cuando intentamos realizar una impresión interna con la clase TPRINTER, al compilar me tira estos errores ... Error: Unresolved external '_HB_FUN_TFONT' referenced from D:\UNIRENET\PROYECTO\LIB4\NETWEB1.LIB|NETWEBGR Error: ...
by silvinamazzaro
Thu Aug 25, 2016 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fiveweb: problemas con la clase TPRINT
Replies: 1
Views: 601

Re: xharbour last cvs error

Hi, after this changelog : 2016-08-15 17:04 UTC-0400 Ron Pinkas <ron.pinkas/at/xharbour.com> * bin/bld.bat + Added test for error level after prg compilation * bin/bld_vc.bat + Added support for VS 2013 and 2015 * make_vc.bat * More complete VS 2015 support and minor revision * source/compile...
by Enrico Maria Giordano
Wed Aug 24, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3601

xharbour last cvs error

Hi, after this changelog : 2016-08-15 17:04 UTC-0400 Ron Pinkas <ron.pinkas/at/xharbour.com> * bin/bld.bat + Added test for error level after prg compilation * bin/bld_vc.bat + Added support for VS 2013 and 2015 * make_vc.bat * More complete VS 2015 support and minor revision * source/compiler...
by norberto
Wed Aug 24, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3601
PreviousNext

Return to advanced search