FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Horizon
Posts: 1325
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Horizon »

Antonio,

Image

Thanks,

ps. As you can remember There was a similiar error in msvc 2015. You have changed the hbrtl.lib in Harbours libraries and problem was gone.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
Posts: 1325
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Horizon »

Antonio,

I have emailed exe and dlls to you.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
Antonio Linares
Site Admin
Posts: 42560
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 32 times
Been thanked: 80 times
Contact:

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Antonio Linares »

Hakan,

I just executed your EXE on XP and I get the error inet_pton

Are you using the right hbrtl.lib ?

viewtopic.php?p=189248
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42560
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 32 times
Been thanked: 80 times
Contact:

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Antonio Linares »

I guess that you need it for VS2013, right ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 1325
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Horizon »

Hi Antonio,

hbrtl.lib is in C:\Harbour\lib\ directory. it is dated 10.03.2016 20.04.

I have checked my mak file. I use it from C:\Harbour directory.

Code: Select all | Expand

   
HBDIR=C:\Harbour
....
....
echo $(HBDIR)\lib\hbrtl.lib                 >> msvc.tmp


There was not any problem before. I dont remember that we changed it for msvc 2013.
You are rigth for msvc 2015.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
Posts: 1325
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 4 times

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Horizon »

Thank you antonio,

It is working again in XP.

I dont understand why we need to change hbrtl.lib.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
Antonio Linares
Site Admin
Posts: 42560
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 32 times
Been thanked: 80 times
Contact:

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

Post by Antonio Linares »

Because it uses some Windows API functions that does not exists in XP, so Harbour accepts a define to avoid
those functions to be linked
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply