gamecocks
April 19th, 2005, 10:22 AM
I typed pTempEquipment-> and choose function getType() from the munu and complie. But I got
error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall CEquipment::getType(void)" (__imp_?getType@CEquipment@@QAEPBDXZ)
It appeared in munu and code should know it. The class CEquipment is defined
in dll. I put the lib in link's Object\library modules. Who tell how to solve it? Thanks.
error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall CEquipment::getType(void)" (__imp_?getType@CEquipment@@QAEPBDXZ)
It appeared in munu and code should know it. The class CEquipment is defined
in dll. I put the lib in link's Object\library modules. Who tell how to solve it? Thanks.