المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!?



C++ Programming
09-10-2009, 05:13 PM
Hi All VC++ Programmers,
I am working on a project that is to be migrated from vs-2003 to vs-2008.In my application i have 11 different projects.I am giving all my .lib files into project settings->linker->input->additional dipendencies... But in my project settings->linker->command line i am not getting all the .lib files..i am missing three .lib files....Because of that reason i am getting 362 linking errors,all errors are due to not linking with the missing libraries... the errors are as follows..

fwfipd.lib(fwfpelcp.obj) : error LNK2001: unresolved external symbol "public: virtual class ATL::CStringT __thiscall DblTinyInt::getString(void)const " (?getString@DblTinyInt@@UBE?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@XZ)
......and many other errors.......

can anybody please give some remedy to my problem?thanks in advance.......