Tuesday, July 28, 2009

How do I solve these c++ errors on Visual C++?

"Cpxc.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CPXC_FILERW::~CPXC_FILERW(void)" (??1CPXC_FILERW@@UAE@XZ)"





I have the abv error. I have already included the lib file in the project setting%26gt;link. I have included the required header files. I can run the the codes serperately but when I try to integrate with my other program, this error occours when building.

How do I solve these c++ errors on Visual C++?
Make sure the #include precedes the function calling this function in the translation unit. Why are you adding the lib file unless it's a DLL? You can just include the module directly.





Please post some code.
Reply:You might not have included a needed library file. Try http://msdn.microsoft.com/library/defaul... for more help.

survey for cash

No comments:

Post a Comment