I have a library project that compiles and an app that also compiles under
Microsoft eMbeddedVisual C++ 3.0. My settings are Pocket PC, Win32(WCE x86em)
Debug, and Pocket PC Emulation. When I build everything up together, I am
getting about 90 link errors like the ones below:
tools.lib(tString.obj) : error LNK2019: unresolved external symbol "public:
__thiscall tReferenceData<char>::tReferenceData<char>(long,char * const,class
function "public: __thiscall
tools.lib(tString.obj) : error LNK2019: unresolved external symbol "public:
__thiscall tReferenceData<char>::tReferenceData<char>(class tReferenceData<char>
__thiscall tS
tools.lib(tString.obj) : error LNK2019: unresolved external symbol "public: class
tReferenceData<char> & __thiscall tReferenceData<char>::operator=(class
referenced in function
If anyone has any kind of information about this type of link error or anything
closely related to this while trying to build an app and use methods from another
project within the eMbedded VC++ for CE working environment, any help would be
much appreciated.
Thanks,
Steve Tomasak