Ok so how do i fix this??

Posts 17 of 7 · Page 1 of 1
Ok so how do i fix this??
Error 4 error LNK2005: "public: __thiscall CD3DFont::CD3DFont(wchar_t *,unsigned long,unsigned long)" (??0CD3DFont@@QAE@PA_WKK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 5 error LNK2005: "public: __thiscall CD3DFont::~CD3DFont(void)" (??1CD3DFont@@QAE@XZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 6 error LNK2005: "private: long __thiscall CD3DFont::CreateGDIFont(struct HDC__ *,struct HFONT__ * *)" (?CreateGDIFont@CD3DFont@@AAEJPAUHDC__@@PAPAUHFONT __@@@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 7 error LNK2005: "private: long __thiscall CD3DFont::PaintAlphabet(struct HDC__ *,int)" (?PaintAlphabet@CD3DFont@@AAEJPAUHDC__@@H@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 8 error LNK2005: "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevi ce9@@@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 9 error LNK2005: "public: long __thiscall CD3DFont::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CD3DFont@@QAEJXZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 10 error LNK2005: "public: long __thiscall CD3DFont::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CD3DFont@@QAEJXZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 11 error LNK2005: "public: long __thiscall CD3DFont:eleteDeviceObjects(void)" (?DeleteDeviceObjects@CD3DFont@@QAEJXZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 12 error LNK2005: "public: long __thiscall CD3DFont::GetTextExtent(wchar_t *,struct tagSIZE *)" (?GetTextExtent@CD3DFont@@QAEJPA_WPAUtagSIZE@@@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 13 error LNK2005: "public: long __thiscall CD3DFont:rawTextScaled(float,float,float,float,float,unsign ed long,wchar_t *,unsigned long)" (?DrawTextScaled@CD3DFont@@QAEJMMMMMKPA_WK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
Error 14 error LNK2005: "public: long __thiscall CD3DFont:rawTextW(float,float,unsigned long,wchar_t *,unsigned long)" (?DrawTextW@CD3DFont@@QAEJMMKPA_WK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj
Error 15 error LNK2005: "public: long __thiscall CD3DFont::Render3DText(wchar_t *,unsigned long)" (?Render3DText@CD3DFont@@QAEJPA_WK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj
Error 16 fatal error LNK1169: one or more multiply defined symbols found C:\Users\Zack\Documents\Visual Studio 2008\Projects\IH CA NA Hacks\Debug\IH CA NA Hacks.dll

please just try to help because i want to learn not get flamed thanks
sepate it out in code tags please much easyer to read :-)
ur including too many times a file where are placed the functions linked in the errors
Try to learn C++ before you try to Code. (C+P)
Delete the project
Quote Originally Posted by whit View Post
Delete the project
agreed if you delete all the source files you won't have that error anymore
All of you guys talk about LEARN C++, Learn this learn that.. If I ask some of you what is an ARRAY.. U WILL NOT KNO.

SO STFU
Posts 17 of 7 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?