On Tue, Jan 31, 2023 at 06:49 PM, David Armour wrote:
"intelrdfpmathlib"
Hi David,?
I have installed VCPKG and "intelrdfmathlib" but still getting 2 (3) errors trying to compile to x64.
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __bid64_from_string referenced in function "unsigned __int64 __cdecl stringToDecimal(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?stringToDecimal@@YA_KV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) TwsSocketClient C:\TWS API\source\CppClient\client\EDecoder.obj 1
I have changed configuration to x64 here

Win32 does compile well but i would like to compile it to x64 if possible.