Page 3 of 4

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:14 am
by Antonio Linares
Because they are usefull :-)

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:18 am
by Enrico Maria Giordano
Ok. :-)

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:21 am
by Enrico Maria Giordano
Sorry, no, this is not ok:

Code: Select all  Expand view
19/10/2020  17:46         1.490.370 xhb.lib


Such a big lib for some useful function?

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:27 am
by Enrico Maria Giordano
Going back to xHarbour problem, can I see how you are building fivehcm.lib?

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:32 am
by Antonio Linares
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

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:40 am
by Enrico Maria Giordano
Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour?

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 8:41 am
by Enrico Maria Giordano
You should fix your readme.txt:

Code: Select all  Expand view
FWHX - FiveWin for xHarbour

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

   * Microsoft Visual C++ version: fivehmx.lib, fivehcm.lib

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 9:51 am
by Antonio Linares
Dear Enrico,

You are right. Many thanks for your feedback

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 10:22 am
by Enrico Maria Giordano
Ok, but I still need to know: which are the correct FWH libs for MSC 2022 and xHarbour?

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 10:59 am
by Antonio Linares
Dear Enrico,

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

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 11:53 am
by Enrico Maria Giordano
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?

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 3:30 pm
by Antonio Linares
Dear Enrico,

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

many thanks

Re: hb_base64 link

PostPosted: Sat Sep 10, 2022 5:38 pm
by Enrico Maria Giordano
What do you need exactly? I just use MSC2020, latest FWH and this xHarbour:

http://www.xharbour.org/files/download/windows/xhb10264_msvc2017.zip

Re: hb_base64 link

PostPosted: Sun Sep 11, 2022 8:01 am
by Antonio Linares
Dear Enrico,

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

How to solve this ? :-)

Re: hb_base64 link

PostPosted: Sun Sep 11, 2022 2:06 pm
by Enrico Maria Giordano
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.