Search found 103 matches: fiveh32

Return to advanced search

Re: Tamaño lib msvc32 bastante grande.

Muchas gracias Antonio.

Ahora veo el tamaño de las libs de Fivewin fiveh.lib y fiveh32.lib y tienen un 50% mas de tamaño, no se me habia ocurrido
mirar las libs de Fivewin.

Un abrazo.

Jose.
by jvtecheto
Mon Apr 17, 2023 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño lib msvc32 bastante grande.
Replies: 3
Views: 258

Re: FiveDBU 64 Bit ?

> In Fivedbu.prg Function WebServer() must be remarked because it is in fiveh32.lib included

Please rename it as static

we have updated it for FWH next build comming...
by Antonio Linares
Mon Apr 17, 2023 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

Re: FiveDBU 64 Bit ?

... %1.c:ENDCOMPILEIF EXIST %1.rc rc -r -d__FLAT__ %1IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1echo %1.obj  > msvc.tmpecho %fwh%\lib\FiveH32.lib %fwh%\lib\FiveHC32.lib %fwh%\lib\libmysql32.lib  >> msvc.tmpecho %fwh%\lib\hbhpdf32.lib >> msvc.tmpecho %fwh%\lib\libhpdf32.lib ...
by alerchster
Mon Apr 17, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

Re: FiveDBU 64 Bit ?

hi Antonio, You have lo link Harbour's xhb.lib have add xhb.lib but still get Error FiveH32.lib(FWMARIA.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_nxs_crypt" in Funktion "_write _to_file". Hinweis zu Symbolen, die definiert ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

Re: FiveDBU 64 Bit ?

hi, i got FiveDBU to compile/run with MSVC 64 Bit now i try on 64 Bit OS buildh32.bat fivedbu and got FiveH32.lib(FWMARIA.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_nxs_crypt" in Funktion "_write _to_file". Hinweis zu Symbolen, ...
by Jimmy
Sun Apr 16, 2023 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

Re: VS2022 Portable x32 x64

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

Re: Error compilacion TXBrowse con hbmk2 y vc2022

... son avisos de que esas clases estan duplicadas, pero como te explica en los avisos, se descartan las segundas difiniciones y se toman las tuyas: FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBROWSE already defined in Dpxbrowse.obj; second definition ignored FiveH32.lib(XBROWSE.obj) : ...
by Antonio Linares
Tue Mar 21, 2023 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 357

Error compilacion TXBrowse con hbmk2 y vc2022

... Copyright (c) 1999-2021, https://harbour.github.io/ hbmk2: Compilando... Dpxbrowse.c Dpxbrwcol.c Generating Code... hbmk2: Enlazando... Adp.exe FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBROWSE already defined in Dpxbrowse.obj; second definition ignored FiveH32.lib(XBROWSE.obj) : ...
by Compuin
Tue Mar 21, 2023 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 357

Re: MSVC buildh32.bat

... .mak files, but when specifying the .lib files to be used, you will need to be sure you use the correct directories and file names. For example, Fiveh32.lib vs. Fiveh64.lib. Some .libs will be OK for both. I hope this helps.
by TimStone
Sun Oct 16, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC buildh32.bat
Replies: 10
Views: 618

Re: hb_base64 link

... %1.rc %VCDIRBIN%\rc -nologo -r -d__FLAT__ -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 ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

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 and generated ...
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: 533

Re: Archivo.env para Microsoft Visual Studio

... Option prefix=- [User] POSTEXE_COMMAND= 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 ...
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: 417

Re: Problemas Para Compilar

... instale Microsoft para compilar. Existe alguna diferencia entre las librerias de Fivewin, siendo para Borland y Microsoft? Muchos saludos. Antonio FIVEH32.LIB es para construir con Microsoft y no con Borland Para Borland tienes que usar las librerías que se usan en FWH\samples\buildh.bat FiveH.lib ...
by remtec
Tue Mar 29, 2022 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas Para Compilar
Replies: 9
Views: 413

Re: Problemas Para Compilar

FIVEH32.LIB es para construir con Microsoft y no con Borland

Para Borland tienes que usar las librerías que se usan en FWH\samples\buildh.bat

FiveH.lib and FiveHC.lib
by Antonio Linares
Tue Mar 29, 2022 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas Para Compilar
Replies: 9
Views: 413

Problemas Para Compilar

... actualice 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: 413
Next

Return to advanced search