Search found 211 matches: hbct

Return to advanced search

Re: Compiling with new harbour_bcc770_32_20240309

... 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 echo %hdirl%\hbziparc.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: 3360

Re: Compiling with new harbour_bcc770_32_20240309

... %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, %HB_LIB_INSTALL%\hbct.lib=30,.T.,0,0, %HB_LIB_INSTALL%\hbzlib.lib=31,.T.,0,0, %C_LIB_INSTALL%\PSDK\uuid.lib=32,.T.,0,0, %C_LIB_INSTALL%\IMPORT32.LIB=33,.T.,0,0, %C_LIB_INSTALL%\PSDK\odbc32.lib=34,.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: 3360

Re: link between PRG and RC

... source\fwsrc\rpreview.prg source\fwsrc\msgrun.prg source\fwsrc\msglist.prg resource\prestamos.rc #hbxpp.hbc xhb.hbc hbwin.hbc hbct.hbc hbmzip.hbc hbziparc.hbc #hbfoxpro.hbc hbmisc.hbc c.bat @echo off set olpath=%path% set path=%path%;d:\compiler\mingw\bin;d:\compiler\harbour\bin ...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1654

Re: Inicie repositorio prueba e Tree (LO LOGRE)

... source\TAbm.prg source\extra\debug.prg -Lx:\harb\fwh\lib -lfiveh -lfivehc Resource\recursos.res hbwin.hbc hbmzip.hbc hbziparc.hbc hbfoxpro.hbc hbct.hbc xhb.hbc
by goosfancito
Wed Aug 30, 2023 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 1101

Re: Incluyendo el SQLRDD

... -ic:\bcc7\Include\windows \rtl -ic:\bcc7\Include\windows\sdk -ic:\hbb\include -iinclude -ic:\hbb\contrib\x hb -ic:\hbb\contrib\hbct -ic:\hbb\contrib\hbtip -ic:\hbb\contrib\hbfship -ic:\hb b\contrib\hbxpp -ic:\hbb\contrib\hbwin -u+c:\hbb\contrib\hbwin\hbwin.ch saludos Wilson ...
by Joaquim Ferrer
Fri Aug 25, 2023 6:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2537

Re: Incluyendo el SQLRDD

... -ic:\bcc7\Include\windows \rtl -ic:\bcc7\Include\windows\sdk -ic:\hbb\include -iinclude -ic:\hbb\contrib\x hb -ic:\hbb\contrib\hbct -ic:\hbb\contrib\hbtip -ic:\hbb\contrib\hbfship -ic:\hb b\contrib\hbxpp -ic:\hbb\contrib\hbwin -u+c:\hbb\contrib\hbwin\hbwin.ch saludos Wilson ...
by wilsongamboa
Thu Aug 24, 2023 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2537

Re: Extraño error con HARBOUR

... -Lc:\xBaseHarbour\fwh19.06\lib -L.\Lib2 -ldolphin -llibmysql -ltwbrowse -lfiveh -lfivehc rc\Cuentas32.rc rc\Cuentas32_Jpg1.rc rc\Manifest.rc hbct.hbc xhb.hbc hbxpp.hbc hbziparc.hbc hbfoxpro.hbc hbwin.hbc hbmzip.hbc gtwvg.hbc
by JoseAlvarez
Wed May 24, 2023 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extraño error con HARBOUR
Replies: 5
Views: 376

Re: FiveDBU 64 Bit ?

... 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 c:\harbour\lib\win\msvc\hbziparc.lib c:\harbour\lib\win\msvc\hbmzip.lib ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 740

Re: how to get "Name" of App ?

hi,
nageswaragunupudi wrote:This is a function from Clipper Tools functions, available from the good old Clipper days.
This is available in CT.LIB for xHarbour and hbct.lib for Harbour.

ahh, i begin to remember ...

thx for Answer
by Jimmy
Mon Apr 17, 2023 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Name" of App ?
Replies: 9
Views: 428

Re: how to get "Name" of App ?

This is a function from Clipper Tools functions, available from the good old Clipper days.
This is available in CT.LIB for xHarbour and hbct.lib for Harbour.
This lib is automatically linked in build?..

Please note that this returns the exename with full path.
by nageswaragunupudi
Sun Apr 16, 2023 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Name" of App ?
Replies: 9
Views: 428

Re: VS2022 Portable x32 x64

... 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 echo %hdirl%\png.lib >> msvc.tmp echo %hdirl%\hbzlib.lib >> msvc.tmp echo ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6771

Modificar librería

... FiveHC32.lib Lo hago así: TLIB FiveHC32.lib -+ datetime.obj  y me sale este error: Error: Bad header in input LIB También da error en: hbct.lib He reemplazado objetos de FiveH.lib y no da error Quizas debe haber otro TLIB para MSVS Necesito hacer el cambio porque me salen repetidas ...
by acuellar
Mon Apr 10, 2023 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar librería
Replies: 7
Views: 540

Re: Error al compilar con VS2019

... HB_PING ){   hb_retni( hb_Ping( hb_parc( 1 ) ) );}#pragma ENDDUMP  Y éstos otros: hbct.lib(dattime3.obj) : error LNK2005: ya se definió _HB_FUN_SETTIME en fivehc32.lib(DATETIME.obj) hbct.lib(dattime3.obj) : error LNK2005: ya se definió ...
by acuellar
Thu Apr 06, 2023 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1678

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... 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 echo %hdirl%\hbziparc.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: 4976

Re: Descargar archivos de configuracion hbmk2

... -IC:\BCC7\Include\windows\rtl -IC:\BCC7\Include\windows\sdk -IC:\HARBOUR\include -IC:\HARBOUR\contrib\hbwin -IC:\HARBOUR\contrib\hbct -IC:\HARBOUR\contrib\hbmzip -IC:\HARBOUR\contrib\hbcomm -IC:\HARBOUR\contrib\hbhpdf -IC:\HARBOUR\contrib\xhb -IC:\HARBOUR\contrib\hbtip -IC:\HARBOUR\contrib\hbfship ...
by Compuin
Wed Jan 18, 2023 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar archivos de configuracion hbmk2
Replies: 12
Views: 829
Next

Return to advanced search

cron