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