sean_brum
03-09-2006, 10:17 AM
hi,
i am fairly new to c++ anyway so i do appollogise if the answer is really ovious.
i ran through the tetris tutorial fine until i went to compile it . i had the following error message:
Linking...
bitmapobject.obj : error LNK2001: unresolved external symbol "public: void __thiscall BitMapObject::Destroy(void)" (?Destroy@BitMapObject@@QAEXXZ)
Debug/ctetris.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I am useing windows VS c++ 6
Any help would be appreciated .
Thanks
i am fairly new to c++ anyway so i do appollogise if the answer is really ovious.
i ran through the tetris tutorial fine until i went to compile it . i had the following error message:
Linking...
bitmapobject.obj : error LNK2001: unresolved external symbol "public: void __thiscall BitMapObject::Destroy(void)" (?Destroy@BitMapObject@@QAEXXZ)
Debug/ctetris.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I am useing windows VS c++ 6
Any help would be appreciated .
Thanks