Errors in my D3D - Can anyone help?

Posts 16 of 6 · Page 1 of 1
Errors in my D3D - Can anyone help?
Hey
I am getting these errors when i try to compile my D3D, i get the errors at the "Linking..."

d3d8dev.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CD3DFont@@QAEJXZ)
d3d8dev.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice8 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevi ce8@@@Z)
d3d8dev.obj : error LNK2001: unresolved external symbol "public: __thiscall CD3DFont::CD3DFont(char *,unsigned long,unsigned long)" (??0CD3DFont@@QAE@PADKK@Z)
d3d8dev.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont:eleteDeviceObjects(void)" (?DeleteDeviceObjects@CD3DFont@@QAEJXZ)
d3d8dev.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CD3DFont@@QAEJXZ)
d3d8dev.obj : error LNK2001: unresolved external symbol "public: long __thiscall CD3DFont:rawTextA(float,float,unsigned long,char *,unsigned long)" (?DrawTextA@CD3DFont@@QAEJMMKPADK@Z)



Any help will be greatly appreciated,
Thanks.
i have this error plz help
I aint the best at C++ but I think its that your linker cannot find the definitions of those functions
Hmm u did it wrong :O (THE OBVIOUS)
fixed :P

I cleaned all the files, then put them back in the file, at least i think thats what i did
ok cool, btw what re you trying to do with d3d, chams, in game hack menu or something else?
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?