Unresolved External Solution for Chilkat in Visual Studio 2008 with C++ against Pocket PC 2003 (ARM)

Including Microsoft’s ccrtrtti.lib in the list of libraries for linking will solve unresolved externals such as the following: Chilkat_PPC_2003.lib(OutputFile.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(FileDataSource.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(zipCRC.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(MemoryDataSource.obj) : error LNK2001: unresolved external symbol “const type_info::`vftable'” (??_7type_info@@6B@) Chilkat_PPC_2003.lib(OutputDataBuffer.obj) : […]