Search found 382 matches: comp

Return to advanced search

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:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 29404

Re: Compilar código Harbour con gcc en 64 BITS

Con el siguiente path / Whit this path: G:\hb32>path PATH=G:\hb32\bin;G:\hb32\comp\mingw64;G:\hb32\comp\mingw64\x86_64-w64-mingw32\lib Compilo con / I compile with: hbmk2 pruebahb Y este es el resultado / And I get this result: [list=]Harbour 3.2.0dev (r1802131223) ...
by Verhoven
Mon Jun 04, 2018 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2239

Re: Compilar código Harbour con gcc en 64 BITS

... harbour-nightly-win.7z Eso deja instalado harbour versión 3.2 en G:\hb32. Después como la carpeta G:\hb32\comp\mingw64 está vacía, sigo las instrucciones que constan en el fichero "HARBOUR_README_MINGW64.txt", que dicen: If this directory is empty, ...
by Verhoven
Sat Jun 02, 2018 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2239

Re: Building Harbour 3.4 for BCC outside MSYS

BORLANDC_COMP_FLAGS = -P -c -O2
by byte-one
Fri Dec 29, 2017 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 19939

Re: Building Harbour 3.4 for BCC outside MSYS

Enrico,
this are my Compiler-flags: See on O2! (fastest Speed)
MSC_COMP_FLAGS = /c /TP /W3 /O2 /D__FLAT__ /GA /GS- /EHsc
I use HARBOUR and my results are on same test are vice versa as yours!
by byte-one
Fri Dec 29, 2017 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 19939

Re: Building Harbour 3.4 for BCC outside MSYS

Antonio In the above ( later ) examples .. I have been able to compile Tutor01.prg, unfortunately, the .Exe will not run ... Click on Tutor01.Exe and nothing happens. Any words of wisdom would help .. please download the binaries and copy and paste .. this ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 19939

Re: Iniciar en FW, novato

... incordiando :roll: Bien, descargados los ficheros del producto FW ubicado en c:\fwh HARBOUR en c:\harbour y tengo BCC7 en c:\bcc7 me dispongo a compilar el primert Sample, Alert.prg por provar. No compila, tengo que cambiar la línea del fichero build.bat %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include ...
by Xevi
Tue Dec 12, 2017 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciar en FW, novato
Replies: 21
Views: 4924

Re: "error adding symbols" error with buildg.bat?

... == "" set fwh=.\.. set hdir=d:\harbour201712 set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=%hdir%\comp\mingw set path=%mingw%\bin Using latest harbour (nightly build) ang Mingw Any ideas? Thanks Taavi. Hi Tavi, Try to rearrange the libs you linked. ...
by andijahja
Sun Dec 10, 2017 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 491

"error adding symbols" error with buildg.bat?

... == "" set fwh=.\.. set hdir=d:\harbour201712 set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=%hdir%\comp\mingw set path=%mingw%\bin Using latest harbour (nightly build) ang Mingw Any ideas? Thanks Taavi.
by Taavi
Sat Dec 09, 2017 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "error adding symbols" error with buildg.bat?
Replies: 1
Views: 491

Re: Building Harbour 3.4 for BCC outside MSYS

... the following error: Error: 'C:\FWH\LIB\FIVEH32.LIB' enthlt einen ung ltigen OMF-Record, Typ 0x21 (mglicherweise COFF) Is any solution? The complete trace-output: C:\fwh\samples>c:\\harbour\bin\hbmk2 -plat=win -comp=bcc -trace -lhbmainwin -Lc:\\fwh\lib -lfiveh32 -lfivehc32 -incpath=c:\\fwh\include ...
by byte-one
Fri Dec 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 19939

Re: Compile Error using FW17.07, Harbour MinGW

What MinGW gcc version are you using ? The one from the Harbour Nightly builds. It is here, in the comp subdir. https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/ I can tell that FWH is built with mingw version that has DWARF stack unwinding ...
by dmajkic
Thu Sep 07, 2017 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, Harbour MinGW
Replies: 10
Views: 2046

Re: to Enrico

I'm sorry for that. Try posting a message to comp.lang.xharbour newsgroup. Maybe someone there could help you.

EMG
by Enrico Maria Giordano
Wed Jul 26, 2017 7:22 pm
 
Forum: All products support
Topic: to Enrico
Replies: 3
Views: 1271

Re: Creando LIbrerias de Harbour con bcc73 me da error

Saludos Gracias Antonio, ya funciono para 32 bits. Si voy ha crear las librerias para 64 bit que cambios debo hacer m bat es este. Con este go_64.bat: publicado en el forum set path=c:\bcc7164\bin set HB_COMPILER=bcc64 set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include set HB_COMP_PATH_PUB=c:\bcc7164\bin\...
by ruben Dario
Tue Jun 13, 2017 10:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando LIbrerias de Harbour con bcc73 me da error
Replies: 8
Views: 1961

Re: Nuevo ADORDD

Saludos Baje la ultima Version Trato de compilar y me da este error Usando bcc71 y Harbour \harbour\bin\harbour \v_xharb_v3\librerias\ADORDD\adordd.PRG /l /m /q /es2 /gc1 -D__EXPORT__ -D__HARBOUR__ /O.\obj1\ /I\harbour\include;\v_xharb_v3\include;\fwh\include ...
by ruben Dario
Mon May 15, 2017 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 18235
PreviousNext

Return to advanced search