Search found 249 matches: hdir

Return to advanced search

Re: Testing Harbour -gc3 flag

...   endtext    ? treturn nil  the good thing about the output in C is code readble :D Lailton, con xHarbour: %hdir%\bin\harbour %1 -n -m -w -es2 -gc3 /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log ERROR: Embarcadero C++ 7.60 for ...
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323

Re: Testing Harbour -gc3 flag

Enrico: No funciona: -es3 -gc3 %hdir%\bin\harbour SCC -n -m -w -es3 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log 2>> ERROS.LOG Error F0034 Bad command line option: 'eS3' Asi, funciona: -es2 -gc3 %hdir%\bin\harbour ...
by Enrico Maria Giordano
Fri Nov 17, 2023 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323

Re: Testing Harbour -gc3 flag

Enrico: No funciona: -es3 -gc3 %hdir%\bin\harbour SCC -n -m -w -es3 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log 2>> ERROS.LOG Error F0034 Bad command line option: 'eS3' Asi, funciona: -es2 -gc3 %hdir%\bin\harbour ...
by karinha
Fri Nov 17, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323

Re: Ajustar compilacion y linkado compilador MSVC Microsoft

Estimado José, En el fichero buildh32.bat actual de FWH se usan estos flags: cl.exe -nologo -c -O2 -W4 -wd4127 /I%hdir%\include %1.c en cuando a -d__FLAT__ sirve para declarar un "define" y asi poder reconocer desde el fichero RC que estamos en 32 bits. De la misma forma ...
by Antonio Linares
Thu Oct 12, 2023 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar compilacion y linkado compilador MSVC Microsoft
Replies: 1
Views: 142

FWH 23/04 buildH.BAT : wrong Path ?

hi,

i "think" the Path is wrong
%hdir%\bin\win\bcc\harbour

must be
%hdir%\bin\harbour.exe

Image
by Jimmy
Wed Jul 19, 2023 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 23/04 buildH.BAT : wrong Path ?
Replies: 2
Views: 188

Re: Ruta no especificada al compilar

Estimado Oscar,

edita buildh.bat y camia esta línea:

%hdir%\bin\win\bcc\harbour

por

%hdir%\bin\harbour
by Antonio Linares
Thu Jul 13, 2023 4:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Ruta no especificada al compilar

... rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui ECHO Compiling... set hdir=%HBDIR% set hdirl=%hdir%\lib\win\bcc set fwh=%FWDIR% if exist c:\borland\bcc740 set bcdir=c:\borland\bcc740 if exist c:\bcc64 set bcdir=c:\bcc64 ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Re: Error al leer un dll

... XHDIR=c:\xharbour74 rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui set hdir=%XHDIR% set hdirl=%hdir%\lib set bcdir=c:\bcc7 set fwh=%FWDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1490

Re: SkinButton() Problem

... /MC JIMMYSKI.Exe   C:\XHBBCC74\Lib\png.Lib        + and modify Path than i try HB.BAT and got c:\fwh\0\SKIN2>Set GT=gtgui c:\fwh\0\SKIN2>Set hdir=c:\Harbour c:\fwh\0\SKIN2>Set bcdir=C:\BCC7 c:\fwh\0\SKIN2>Set fwhdir=C:\FwH c:\fwh\0\SKIN2>If Exist JIMMYSKI.Exe Del JIMMYSKI.Exe c:\fwh\0\SKIN2>c:\Harbour\bin\harbour ...
by Jimmy
Tue Apr 18, 2023 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 959

Re: VS2022 Portable x32 x64

... == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour */ ECHO Compiling... @set fwh=%FWDIR% @set hdir=%HBDIR% @set hdirl=%hdir%\lib\win\msvc @cd %current_dir% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6770

Re: Con que compilar y lincar FWH 22.10

Esta línea es la que no encuentra path: %hdir%\bin\win\bcc\harbour xpp /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log y es que verdaderamente dentro del directorio harbour solo hay 8 ejecutables pero no hay ningún ...
by Julio Cepeda
Wed Feb 08, 2023 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Con que compilar y lincar FWH 22.10
Replies: 15
Views: 784

Re: search for working BCC7 64 "Build64.bat"

... (hope so) if "%FWDIR%" == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour set hdir=%HBDIR% set hdirl=%hdir%\lib\win\bcc64 set fwh=%FWDIR% set bcdir=c:\bcc7164 --- this i have change to fit my Environment if "%FWDIR%" ...
by Jimmy
Thu Oct 27, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 467

Re: DIRECTORY() and ShellExecute()

... my INCLUDE and LIB Environment still point to Xbase++ and HMG but not to FiveWin BCDIR=c:\bcc7 FWDIR=c:\fwh fwh=c:\fwh GT=gtgui HBDIR=C:\HARBOUR hdir=C:\HARBOUR hdirl=C:\HARBOUR\lib\win\bcc INCLUDE=C:\ALASKA\XPPW32\INCLUDE;c:\ALASKA\XBTW32\INCLUDE\;c:\exp19\Include\;c:\hmg.3.4.4\INCLUDE\; LIB=C:\ALASKA\XPPW32\LIB;c:\ALASKA\XBTW32\LIB\;c:\exp19\Lib\;c:\hmg.3.4.4\lib\; ...
by Jimmy
Sat Oct 22, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() and ShellExecute()
Replies: 9
Views: 631

Re: Harbour warnings

cnavarro wrote:Enrico, I can't reproduce what you say. I use buildh.bat from the fivewin folder, in which this line appears
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include; /w /p %2 %3 > comp.log 2> warnings.log


Please remove /w switch. I don't want to suppress all the /w3 warnings.

EMG
by Enrico Maria Giordano
Sat Jun 25, 2022 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316

Re: Harbour warnings

Enrico, I can't reproduce what you say. I use buildh.bat from the fivewin folder, in which this line appears
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include; /w /p %2 %3 > comp.log 2> warnings.log


Image
by cnavarro
Sat Jun 25, 2022 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2316
Next

Return to advanced search