FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hb_base64 link
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 08:14 AM

Because they are usefull :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 08:21 AM
Sorry, no, this is not ok:

Code (fw): Select all Collapse
19/10/2020  17:46         1.490.370 xhb.lib


Such a big lib for some useful function?
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 08:27 AM

Going back to xHarbour problem, can I see how you are building fivehcm.lib?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 08:32 AM

Dear Enrico,

fivehcm.lib is just for xHarbour commercial and we use VC98 to build it as it is the only MS C compiler which it is Pelles C compatible

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 08:40 AM

Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour?

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 08:41 AM
You should fix your readme.txt:

Code (fw): Select all Collapse
FWHX - FiveWin for xHarbour

   * Borland BCC 5.82 version: fivehx.lib, fivehc.lib

   * Microsoft Visual C++ version: fivehmx.lib, fivehcm.lib
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 09:51 AM

Dear Enrico,

You are right. Many thanks for your feedback

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 10:22 AM

Ok, but I still need to know: which are the correct FWH libs for MSC 2022 and xHarbour?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 10:59 AM

Dear Enrico,

You can use the FWH C library for FWH and Harbour: fivehc32.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 11:53 AM

Sorry, same result. It is still requesting for LIBC. Of course, a new fivehmx.lib compiled with MSC2022 is also required. Can you build it for me?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 03:30 PM

Dear Enrico,

Could you please send me what you are testing, so we can test it here ?

many thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sat Sep 10, 2022 05:38 PM
What do you need exactly? I just use MSC2020, latest FWH and this xHarbour:

http://www.xharbour.org/files/download/windows/xhb10264_msvc2017.zip
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hb_base64 link
Posted: Sun Sep 11, 2022 08:01 AM

Dear Enrico,

We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not

How to solve this ? :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: hb_base64 link
Posted: Sun Sep 11, 2022 02:06 PM

I just tried to recompile some of the FWH PRGs and then xHarbour works fine with MSC2022. So you only have to recompile all the FWH for xHarbour with MSC2022.