tags:

views:

88

answers:

0

Hi All vc++ Masters,

I am migrating my vs-2003 code to vs-2008(on vista machine)...I have the compilation successfully.But i am getting the compilation errors in the debug mode... I think It should be issue of multiple string datatypes in my project like: MFC Cstring, DblString datatype, char *. It might be mismatch of MFC/ATL Cstring datatype in old and new MFC library....The error is like this...

fwpipd.lib(fwstsrv.obj) : error LNK2019: unresolved external symbol "public: int __thiscall DomIssuerInfo::HasSurIFeeBillableDebt(class DblDateTime const &,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > const & )

My related function is like this in the code:

BOOL DomIssuerInfo::HasSurIFeeBillableDebt(const DblDateTime& dtReference, const CString& csRatgQualCd )

Can anyone suggest to resolve this error,please.... Thanks in Advance.....