Hi,
I know the support for R20 has ended, but maybe someone still has an idea about this:
I'm building a project for R20 (I develop using mostly R25 for debugging), and it compiles without any warning or errors. However, linking fails with these errors:
error LNK2019: unresolved external symbol "class maxon::String __cdecl ToString(class String const &,class maxon::FormatStatement const *,bool)" (?ToString@@YA?AVString@maxon@@AEBV1@PEBVFormatStatement@2@_N@Z) referenced in function "void __cdecl maxon::ToStrHlp<class String>(class maxon::String &,class String const *,class maxon::FormatStatement const *)" (??$ToStrHlp@VString@@@maxon@@YAXAEAVString@0@PEBV1@PEBVFormatStatement@0@@Z)
error LNK2019: unresolved external symbol "class maxon::String __cdecl ToString(class Filename const &,class maxon::FormatStatement const *,bool)" (?ToString@@YA?AVString@maxon@@AEBVFilename@@PEBVFormatStatement@2@_N@Z) referenced in function "void __cdecl maxon::ToStrHlp<class Filename>(class maxon::String &,class Filename const *,class maxon::FormatStatement const *)" (??$ToStrHlp@VFilename@@@maxon@@YAXAEAVString@0@PEBVFilename@@PEBVFormatStatement@0@@Z)
Any idea where I should look to fix the error? Obviously, the problem has to do with some ToString()
call. But I'm using these a lot throughout the code, and they when I last built for R20, there was no problem.
Thanks in advance!
Frank