Search found 105 matches: hdirl

Return to advanced search

Re: Compiling with new harbour_bcc770_32_20240309

... I saw echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + >> b32.bc echo %hdirl%\hbrtl.lib + >> b32.bc echo %hdirl%\hbvm.lib + >> b32.bc echo %hdirl%\gtwin.lib + >> b32.bc echo %hdirl%\hblang.lib + >> ...
by Silvio.Falconi
Wed Mar 20, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3499

Re: Controls behave different in Window as in Dialog

... it could be a interesting sample for the sample dir. It runs now also from the sample dir with buildh.bat I just needed to add 1 lib : echo %hdirl%\googlefwh.lib + >> b32.bc #include "WebCam.ch"Public oMain//  The Dialog/Window testing is done because I can't get all controls ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 172

Re: Problem with FiveWin and PDF995 on Windows 11.

... what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc  and %hdirl% means xharbour\lib I posted a sample above. Please ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1264

Re: Problem with FiveWin and PDF995 on Windows 11.

... what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libharu.lib + >> b32.bc  and %hdirl% means xharbour\lib I posted a sample above. Please save that ...
by nageswaragunupudi
Thu Feb 15, 2024 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1264

Re: WebView2 sample

... and xHarbour and now my problem is solved. One error was my modified buildx.bat. Because I thought never using zip functions I put the entry echo %hdirl%\hbzip.lib + >> b32.bc as comment. :x I'm very sorry having wasted your time with my mistakes. Detlef
by Detlef
Tue Jan 30, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1227

Ruta no especificada al compilar

... == "/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 %hdir%\bin\win\bcc\harbour ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 198

Re: QR-CODE

this must be in buildx.bat
echo %hdirl%\hbzebra.lib + >> b32.bc
by alerchster
Wed Apr 26, 2023 3:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1812

Re: Error al leer un dll

... 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 2> warnings.log ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1557

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> warnings.log IF ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6854

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Dear Antonio, I try it and got error message below: echo %hdirl%\hbhpdf.lib + >> b32.bc echo %hdirl%\libhpdf.lib + >> b32.bc echo %hdirl%\png.lib + >> b32.bc echo %hdirl%\hbwin.lib + >> b32.bc echo %hdirl%\gtgui.lib + >> ...
by richard-service
Fri Feb 03, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5083

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

hi Enrico, i do use BCC7 under 32 Bit and when type DIR %hdirl% Verzeichnis von C:\HARBOUR\lib\win\bcc it work as expect but under 64 Bit it fail (now) ... as i "remember" it have work before https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42326 ...
by Jimmy
Thu Oct 27, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 503

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: 503

Re: DIRECTORY() and ShellExecute()

... 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: 656

Re: FWH WebApp (HTML) testing

Dario,

copy buildh32.bat buildh32mt.bat

Y modifica solamente esta línea:
echo %hdirl%\hbvmmt.lib >> msvc.tmp

en vez de usar hbvm.lib, usamos hbvmmt.lib

con eso ya puedes construir los ejemplos en MultiThreading :-)
by Antonio Linares
Wed Aug 31, 2022 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2448

Re: Conectar SFTP con CURL

Estimado Paz, He modificado FWH\samples\buildh64.bat para añadir estas dos líneas: echo %hdirl%\hbcurl.lib >> msvc.tmp echo %hdirl%\libcurl.lib >> msvc.tmp y he probado el siguiente ejemplo, verhoven.prg #include "FiveWin.ch"function Main()  ...
by Antonio Linares
Sat Jul 09, 2022 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10322
Next

Return to advanced search