Search found 98 matches: fivehc32

Return to advanced search

Re: how to close downloaded files window in webview2

Dear Hakan,

You can extract these modules from the libs:
cwebview.obj, webview2.obj from Fivehc32.lib
twebview2.obj from fiveh32.lib

Anyhow if just that difference in Class TGroup is what is stopping you from using FWH 24.09 we can modify Class TGroup as per your posted code
by Antonio Linares
Fri Nov 01, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to close downloaded files window in webview2
Replies: 13
Views: 550

Re: FiveDBU 64 Bit ?

... : fatal error LNK1120: 1 nicht aufgelöste Externe * Linking errors * c:\fwh64\samples\msvc.tmp fivedbu.obj c:\fwh\lib\FiveH32.lib c:\fwh\lib\FiveHC32.lib c:\fwh\lib\libmysql32.lib c:\fwh\lib\hbhpdf32.lib c:\fwh\lib\libhpdf32.lib c:\harbour\lib\win\msvc\hbrtl.lib c:\harbour\lib\win\msvc\hbvm.lib ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 1101

Re: VS2022 Portable x32 x64

... %1.rc rc -r -d__FLAT__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib %fwh%\lib\FiveHC32.lib %fwh%\lib\libmysql32.lib >> msvc.tmp echo %fwh%\lib\hbhpdf32.lib >> msvc.tmp echo %fwh%\lib\libhpdf32.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: 8031

Re: Modificar librería

Estimado Adhemar,

FiveHC32.lib es una libreria para Microsoft, luego como te ha indicado Cristobal, debes usar lib.exe de Microsoft
by Antonio Linares
Tue Apr 11, 2023 7:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar librería
Replies: 7
Views: 670

Modificar librería

Buenas estimados Necesito reemplazar el objeto datetime.obj de la 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 ...
by acuellar
Mon Apr 10, 2023 11:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar librería
Replies: 7
Views: 670

Re: Error al compilar con VS2019

... 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ó _HB_FUN_SETDATE en fivehc32.lib(DATETIME.obj) En ésta función: Function ...
by acuellar
Thu Apr 06, 2023 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 2900

Re: Get real date from the Internet

... a PRG that uses such function we get this: LINK : warning LNK4217: symbol '___acrt_iob_func' defined in 'libucrt.lib(_file.obj)' is imported by 'FiveHC32.lib(NOW.obj)' in function '_HB_FUN_NOW' LINK : warning LNK4217: symbol '___stdio_common_vfprintf' defined in 'libucrt.lib(output.obj)' is imported ...
by Antonio Linares
Wed Nov 02, 2022 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 7096

Re: hb_base64 link

Talking about xHarbour, we just need a recompiled FWH lib with PRGs (you can call it fivehx32.lib, if you like this name). There is no need for a new fivehc32.lib, it is fine for xHarbour too.
by Enrico Maria Giordano
Sun Sep 11, 2022 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 5886

Re: hb_base64 link

Dear Enrico,

You can use the FWH C library for FWH and Harbour: fivehc32.lib
by Antonio Linares
Sat Sep 10, 2022 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 5886

Re: hb_base64 link

... -I%VCDIR%\include %1 IF ERRORLEVEL 1 GOTO RESOURCESERROR echo %1.obj > msvc.tmp echo %FWDIR%\lib\fiveh32.lib >> msvc.tmp echo %FWDIR%\lib\fivehc32.lib >> msvc.tmp echo %FWDIR%\lib\hbhpdf32.lib >> msvc.tmp echo %FWDIR%\lib\libhpdf32.lib >> msvc.tmp echo %HDIRLIB%\hbrtl.lib ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 5886

Build version of fivewin libraries on MSVC

What version of visual studio do the FiveHC32.lib and FiveH32.lib libs generate? In this last visual studio 2022 update I noticed strange behavior of my program when running on windows 7. I took all the prgs and .c files from fivewin source ...
by Giovany Vecchi
Wed Jul 27, 2022 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 637

Re: Archivo.env para Microsoft Visual Studio

... POSTLIB_COMMAND= POSTDLL_COMMAND= [Files] D:\fwh\lib\twbrowse32.Lib=1 D:\fwh\lib\patch32.Lib=2 D:\fwh\lib\fiveh32.lib=3 D:\fwh\lib\fivehc32.lib=4 %HB_LIB_INSTALL%\win\msvc\hbrtl.lib=5 %HB_LIB_INSTALL%\win\msvc\hbvm.lib=6 %HB_LIB_INSTALL%\win\msvc\gtgui.lib=7 %HB_LIB_INSTALL%\win\msvc\hblang.lib=8 ...
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: 507

Problemas Para Compilar

... la FWH a ver 21.11, probando compilar con la nueva versión, me arroja un error en la librería de Fivewin, hasta lo que pude ver son FiveH32.lib - FiveHC32.lib En espera de su ayuda, le saluda. Antonio Codigo de archivo MAK:  #Borland make sample, (c) FiveTech Software 2005-2009HBDIR=C:\Util\hb_win32_bcc_2020_V21.11BCDIR=c:\util\bcc73FWDIR=c:\util\fwh21.11#change ...
by remtec
Tue Mar 29, 2022 1:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas Para Compilar
Replies: 9
Views: 715

Re: Archivo.env para xMate y VC2019

... Option prefix=- [User] POSTEXE_COMMAND= POSTLIB_COMMAND= POSTDLL_COMMAND= [Files] D:\fwh\lib\patch32.lib=1 D:\fwh\lib\fiveh32.lib=2 D:\fwh\lib\fivehc32.lib=3 %HB_LIB_INSTALL%\win\msvc\hbrtl.lib=4 %HB_LIB_INSTALL%\win\msvc\hbvm.lib=5 %HB_LIB_INSTALL%\win\msvc\gtgui.lib=6 %HB_LIB_INSTALL%\win\msvc\hblang.lib=7 ...
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: 629

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... c:\fwh\lib\FiveH32.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64' c:\fwh\lib\FiveHC32.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64' c:\harbour_msvc32\lib\hbrtl.lib : warning LNK4272: ...
by Compuin
Wed Jun 30, 2021 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 6521
Next

Return to advanced search