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,