Question:
I downloaded the newest version of Chilkat, but now I get some linking errors:
ChilkatRel.lib(DateParser.obj) : error LNK2001: unresolved external symbol __dtol3 ChilkatRel.lib(ClsDateTime.obj) : error LNK2001: unresolved external symbol __dtol3 ChilkatRel.lib(DateParser.obj) : error LNK2001: unresolved external symbol __ltod3 ChilkatRel.lib(Output.obj) : error LNK2001: unresolved external symbol __ltod3 ChilkatRel.lib(ClsDateTime.obj) : error LNK2001: unresolved external symbol __ltod3 ChilkatRel.lib(ChilkatRand.obj) : error LNK2001: unresolved external symbol __dtoui3 ChilkatRel.lib(Output.obj) : error LNK2001: unresolved external symbol __dtoui3
This would happen if you are using Visual Studio 2012, but are trying to link against the Chilkat libs for Visual Studio 2013.
The solution is to use the Chilkat libs for Visual Studio 2012 if your app is built with VS2012.