The title basically covers it.
The DLLs seem to be linked fine in the Linker property pages settings, based on that fact that they link without issue when using the 32-bit build platform.
I have looked into the two LNK errors online but haven't found anything that's been able to address the problem specifically.
Has anyone seen this before, or does anyone have thoughts on how to approach this?
Here are a couple of examples of the errors:
Error
LNK2001
unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl CUserContext::GetUserDisplayName(void)" (?GetUserDisplayName@CUserContext@@QEAA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@XZ)
ApplicationIMPLDLL
Error
LNK2019
unresolved external symbol "public: int __cdecl CDBManager::IsOpen(void)" (?IsOpen@CDBManager@@QEAAHXZ) referenced in function "public: __cdecl CApplicationIMPLManager::CApplicationIMPLManager(class CDBManager *)" (??0CApplicationIMPLManager@@QEAA@PEAVCDBManager@@@Z)
ApplicationIMPLDLL