I've made a small DirectDraw wrapper obeject with vc++ 6. It compiles ok but the linker complains:
error LNK2005: "public: bool __thiscall IsoFace:rawScreen(void)" (?DrawScreen@IsoFace@@QAE_NXZ) already defined in IsoFace.obj
It does so for all 25 functions in my project. I really do not know how to solve the problem. Seems to be a wrong setting somewhere.
Anyone knows what should be done?
Thankfull for any help
Kuzuk
error LNK2005: "public: bool __thiscall IsoFace:rawScreen(void)" (?DrawScreen@IsoFace@@QAE_NXZ) already defined in IsoFace.obj
It does so for all 25 functions in my project. I really do not know how to solve the problem. Seems to be a wrong setting somewhere.
Anyone knows what should be done?
Thankfull for any help
Kuzuk