Search found 181 matches: hbcplr

Return to advanced search

Re: Compiling with new harbour_bcc770_32_20240309

... b32.bc echo %hdirl%\hbpp.lib + >> b32.bc echo %hdirl%\hbcpage.lib + >> b32.bc echo %hdirl%\hbwin.lib + >> b32.bc echo %hdirl%\hbcplr.lib + >> b32.bc echo %hdirl%\hbct.lib + >> b32.bc echo %hdirl%\hbpcre.lib + >> b32.bc echo %hdirl%\xhb.lib + >> b32.bc ...
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: 3338

Re: Compiling with new harbour_bcc770_32_20240309

... %HB_LIB_INSTALL%\hbsix.lib=22,.T.,0,0, %HB_LIB_INSTALL%\hbziparc.lib=23,.T.,0,0, %HB_LIB_INSTALL%\hbcpage.lib=24,.T.,0,0, %HB_LIB_INSTALL%\hbcplr.lib=25,.T.,0,0, %HB_LIB_INSTALL%\hbmzip.lib=26,.T.,0,0, %HB_LIB_INSTALL%\minizip.lib=27,.T.,0,0, %HB_LIB_INSTALL%\xhb.lib=28,.T.,0,0, %HB_LIB_INSTALL%\hbpcre.lib=29,.T.,0,0, ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3338

Re: Compiling Harbour from source code

Dear Enrico,

The Harbour compiler itself is inside hbcplr.lib, you don't need to call harbour.exe :-)

you can directly compile and execute from your EXE !!!
by Antonio Linares
Mon Aug 07, 2023 8:05 am
 
Forum: Off Topic / Otros temas
Topic: Compiling Harbour from source code
Replies: 9
Views: 966

Protecting certain functions to be used

If you allow your users to define and execute a macro or use the runtime Harbour compiler (hbcplr.lib), sometimes you may want to avoid the use of certain Harbour functions. This code allows you to protect the symbols that you don't want to be used: Fill the array { ...
by Antonio Linares
Tue May 02, 2023 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 349

Re: FiveDBU 64 Bit ?

... c:\harbour\lib\win\msvc\hbpp.lib c:\harbour\lib\win\msvc\hbcpage.lib c:\harbour\lib\win\msvc\hbwin.lib c:\harbour\lib\win\msvc\hbcplr.lib c:\harbour\lib\win\msvc\hbpcre.lib c:\harbour\lib\win\msvc\hbct.lib c:\harbour\lib\win\msvc\xhb.lib c:\harbour\lib\win\msvc\png.lib c:\harbour\lib\win\msvc\hbzlib.lib ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 740

Re: VS2022 Portable x32 x64

... msvc.tmp echo %hdirl%\hbpp.lib >> msvc.tmp echo %hdirl%\hbcpage.lib >> msvc.tmp echo %hdirl%\hbwin.lib >> msvc.tmp echo %hdirl%\hbcplr.lib >> msvc.tmp echo %hdirl%\hbpcre.lib >> msvc.tmp echo %hdirl%\hbct.lib >> msvc.tmp echo %hdirl%\xhb.lib >> msvc.tmp ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6768

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... b32.bc echo %hdirl%\hbcommon.lib + >> b32.bc echo %hdirl%\hbpp.lib + >> b32.bc echo %hdirl%\hbcpage.lib + >> b32.bc echo %hdirl%\hbcplr.lib + >> b32.bc echo %hdirl%\hbct.lib + >> b32.bc echo %hdirl%\hbpcre.lib + >> b32.bc echo %hdirl%\xhb.lib + >> b32.bc ...
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: 4974

Re: error al personalizar hoja de excel despues de toexcel()

... + >> b32.bc echo $(HBDIR)\lib\hbct.lib + >> b32.bc echo $(HBDIR)\lib\xhb.lib + >> b32.bc echo $(HBDIR)\lib\hbcplr.lib + >> b32.bc echo $(HBDIR)\lib\hbpcre.lib + >> b32.bc echo $(HBDIR)\lib\hbziparc.lib + >> b32.bc echo $(HBDIR)\lib\hbmzip.lib ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1156

Re: My regex fails under Harbour

... + j:\harbour\bcc7\lib\uuid.lib + j:\harbour\bcc7\lib\ws2_32.lib + j:\harbour\hbcc7\lib\win\bcc\hbcpage.lib + j:\harbour\hbcc7\lib\win\bcc\hbcplr.lib + j:\harbour\hbbc7\lib\win\bcc\hbct.lib + j:\harbour\hbbc7\lib\win\bcc\hbpcre.lib + j:\harbour\hbbc7\lib\win\bcc\hbnf.lib + j:\harbour\hbbc7\lib\win\bcc\xhb.lib ...
by hua
Wed Nov 09, 2022 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 585

Re: hb_base64 link

... echo %HDIRLIB%\hbpp.lib >> msvc.tmp echo %HDIRLIB%\hbcpage.lib >> msvc.tmp echo %HDIRLIB%\hbwin.lib >> msvc.tmp echo %HDIRLIB%\hbcplr.lib >> msvc.tmp echo %HDIRLIB%\hbpcre.lib >> msvc.tmp echo %HDIRLIB%\hbct.lib >> msvc.tmp echo %HDIRLIB%\xhb.lib >> msvc.tmp ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3466

Re: FWH WebApp (HTML) testing

... easy to be done. mod_harbour is based on Harbour as it requires robust multi threading, which it is not available on xHarbour. Besides that, the hbcplr.lib of Harbour allows you to compile and execute PRGs at runtime, also required from mod_harbour. This capability is also the key to turn your ...
by Antonio Linares
Thu Sep 01, 2022 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2342

Re: error Compiling fwh2206\samples\FiveDBU.prg

... less than one week. You have all our support and help to do it. Besides that, Harbour's ability to compile and execute at runtime, thanks to the hbcplr.lib library, makes a real difference with xHarbour. Thanks to this ability you can easily build real ERPs (apps that can grow at runtime, allowing ...
by Antonio Linares
Wed Aug 24, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error Compiling fwh2206\samples\FiveDBU.prg
Replies: 9
Views: 927

Re: Archivo.env para Microsoft Visual Studio

... %HB_LIB_INSTALL%\win\msvc\hbpp.lib=18 %HB_LIB_INSTALL%\win\msvc\hbcpage.lib=19 %HB_LIB_INSTALL%\win\msvc\hbwin.lib=20 %HB_LIB_INSTALL%\win\msvc\hbcplr.lib=21 %HB_LIB_INSTALL%\win\msvc\hbpcre.lib=22 %HB_LIB_INSTALL%\win\msvc\hbct.lib=23 %HB_LIB_INSTALL%\win\msvc\xhb.lib=24 %HB_LIB_INSTALL%\win\msvc\png.lib=25 ...
by carlos vargas
Tue Jul 12, 2022 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para Microsoft Visual Studio
Replies: 1
Views: 414

Re: Archivo.env para xMate y VC2019

... %HB_LIB_INSTALL%\win\msvc\hbpp.lib=17 %HB_LIB_INSTALL%\win\msvc\hbcpage.lib=18 %HB_LIB_INSTALL%\win\msvc\hbwin.lib=19 %HB_LIB_INSTALL%\win\msvc\hbcplr.lib=20 %HB_LIB_INSTALL%\win\msvc\hbpcre.lib=21 %HB_LIB_INSTALL%\win\msvc\hbct.lib=22 %HB_LIB_INSTALL%\win\msvc\xhb.lib=23 %HB_LIB_INSTALL%\win\msvc\png.lib=24 ...
by carlos vargas
Wed Dec 01, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para xMate y VC2019
Replies: 4
Views: 553

Re: DBU

... =(1=1) D:\Harbour\Harbour_64_VSC2019\lib\minizip.lib =(1=1) D:\Harbour\Harbour_64_VSC2019\lib\xhb.lib =(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbcplr.lib =(1=1) D:\Harbour\Harbour_64_VSC2019\lib\png.lib =(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbusrrdd.lib =(1=1) D:\Harbour\Harbour_64_VSC2019\lib\hbtip.lib ...
by cnavarro
Wed Nov 17, 2021 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2221
Next

Return to advanced search

cron