Page 1 of 1

minor fix for FW 13.04

PostPosted: Mon May 06, 2013 1:58 pm
by lucasdebeltran
Dear Antonio,

I still get the following warnings with MSVC 2010:

Code: Select all  Expand view
fiveh32.lib(HARBOUR.obj) : warning LNK4006: _HB_FUN_LOADLIB32 ya se definió en fivehc32.lib(CALDLL32.obj); segunda definición omitida
fiveh32.lib(HARBOUR.obj) : warning LNK4006: _HB_FUN_FREELIB32 ya se definió en fivehc32.lib(CALDLL32.obj); segunda definición omitida
hbct.lib(files.obj) : warning LNK4006: _HB_FUN_DELETEFILE ya se definió en fivehc32.lib(C5CNEW.obj); segunda definición omitida


Could you please verify that?.

Also, could you please declare DELETEFILE at C5CNEW as static please?. Maybe this function from Paco does not work as the same at CTools, makbe in parameters.

Thank you very much, Best regards,

Re: minor fix for FW 13.04

PostPosted: Mon May 06, 2013 3:08 pm
by Richard Chidiak
Do you get this with 13.04 ?

i know about deletefile but not the other ones

My app runs now with Msvc 2010 and Harbour and FWH 13.02

I use UESTUDIO

Richard

Re: minor fix for FW 13.04

PostPosted: Mon May 06, 2013 5:44 pm
by lucasdebeltran
Yes, I do.

Please, see your link.txt

Re: minor fix for FW 13.04

PostPosted: Mon May 06, 2013 5:45 pm
by Antonio Linares
Richard,

They are warnings that can be safely ignored.

Lucas,

Fixed for nex build, thanks! :-)

Re: minor fix for FW 13.04

PostPosted: Tue May 07, 2013 8:07 am
by lucasdebeltran
Antonio,

Thank you very much as usual.