Antonio,
Have these FWH libs for MSVC been built with VS 2012 instead of VS 2010 as the readme.txt states?
It is behaving as though this is the case, it works fine for me with 2012 but with 2010 I get errors of the following sort, this is from the sample xbincflt.prg:
fivehc32.lib(DEVICE.obj) : error LNK2019: unresolved external symbol ___report_rangecheckfailure referenced in function _HB_FUN_DE
VICECAPABILITIES
I get a similar error with the 64 bit msvc libraries.
Everything I have read says this is from building with the /GS switch on 2012, with the solution being to upgrade to 2012 or compile without the /GS switch on 2012.
I'm okay testing with 2012 but of my production code is MSVC 2010 and upgrading there is not an option at this time. I have currently reverted to 13.06.
Robb