
hb_base64 link
- Antonio Linares
- Site Admin
- Posts: 42660
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 69 times
- Been thanked: 96 times
- Contact:
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
Sorry, no, this is not ok:
Such a big lib for some useful function?
Code: Select all | Expand
19/10/2020 17:46 1.490.370 xhb.lib
Such a big lib for some useful function?
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42660
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 69 times
- Been thanked: 96 times
- Contact:
Re: hb_base64 link
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
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
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour?
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
You should fix your readme.txt:
Code: Select all | Expand
FWHX - FiveWin for xHarbour
* Borland BCC 5.82 version: fivehx.lib, fivehc.lib
* Microsoft Visual C++ version: fivehmx.lib, fivehcm.lib
- Antonio Linares
- Site Admin
- Posts: 42660
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 69 times
- Been thanked: 96 times
- Contact:
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
Ok, but I still need to know: which are the correct FWH libs for MSC 2022 and xHarbour?
- Antonio Linares
- Site Admin
- Posts: 42660
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 69 times
- Been thanked: 96 times
- Contact:
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
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?
- Antonio Linares
- Site Admin
- Posts: 42660
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 69 times
- Been thanked: 96 times
- Contact:
Re: hb_base64 link
Dear Enrico,
Could you please send me what you are testing, so we can test it here ?
many thanks
Could you please send me what you are testing, so we can test it here ?
many thanks
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
What do you need exactly? I just use MSC2020, latest FWH and this xHarbour:
http://www.xharbour.org/files/download/windows/xhb10264_msvc2017.zip
http://www.xharbour.org/files/download/windows/xhb10264_msvc2017.zip
- Antonio Linares
- Site Admin
- Posts: 42660
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 69 times
- Been thanked: 96 times
- Contact:
Re: hb_base64 link
Dear Enrico,
We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not
How to solve this ?
We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not
How to solve this ?

- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: hb_base64 link
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.