Linker warning using 15.03

Post Reply
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Linker warning using 15.03

Post by rhlawek »

Using msvc 2013, on both 3.2 and 3.4

I started getting this warning when linking any/all programs using FWH 15.03. It's a warning, so my code still links, but this didn't happen prior to 15.03 and I would like to get this warning cleared. I expected to find a declaration declspec(dllimport) for each of these functions, which would cause this warning, but I don't see that in any of the sources provided.

fivehc32.lib(SCINTILC.obj) : warning LNK4217: locally defined symbol _fclose imported in function _HB_FUN_SCI_OPENFILE
fivehc32.lib(SCINTILC.obj) : warning LNK4217: locally defined symbol _fopen imported in function _HB_FUN_SCI_OPENFILE
fivehc32.lib(SCINTILC.obj) : warning LNK4217: locally defined symbol _fread imported in function _HB_FUN_SCI_OPENFILE

Any ideas why this started with 15.03?

Robb
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Linker warning using 15.03

Post by cnavarro »

Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: Linker warning using 15.03

Post by rhlawek »

Thank you Cristobal.

Antonio, the link Cristobal shared references updated libraries sent to address this issue. Which libaries were updated and are they available in an updated build of 15.03?

Robb
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: Linker warning using 15.03

Post by Antonio Linares »

Robb,

Already sent to your email,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: Linker warning using 15.03

Post by rhlawek »

Thank you Antonio. I received the 64 bit libs, still looking for the 32 bit versions.

Robb
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: Linker warning using 15.03

Post by Antonio Linares »

Robb,

Do you need them for both Borland and MSVC ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: Linker warning using 15.03

Post by rhlawek »

Only msvc. I don't use borland.
User avatar
Antonio Linares
Site Admin
Posts: 42521
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: Linker warning using 15.03

Post by Antonio Linares »

Already sent :-)
regards, saludos

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

Re: Linker warning using 15.03

Post by Horizon »

Hi Antonio,

I also get these error with msvc 2013 and harbour.

:)
Regards,

Hakan ONEMLI

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

Re: Linker warning using 15.03

Post by Antonio Linares »

Hakan,

What FWH version are you using ?
regards, saludos

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

Re: Linker warning using 15.03

Post by Antonio Linares »

Hakan,

Already sent to your email :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply