error LNK2019
Hey guys, I'm using gellins base, and whenever I compile, I get these 3 errors.
1. error LNK2019: unresolved external symbol "public: void __cdecl cDirectx:: DrawString(int,int,unsigned long,struct ID3DXFont *,char const *,...)" (?DrawString@cDirectx@@QAAXHHKPAUID3DXFont@@PBDZZ) referenced in function "public: void __thiscall cMenu::RenderMenu(void)" (?RenderMenu@cMenu@@QAEXXZ)
2. error LNK2001: unresolved external symbol "class cDirectx Directx" (?Directx@@3VcDirectx@@A)
3.fatal error LNK1120: 2 unresolved externals
And yes, I have everything linked. And have all my lib and included files.
ur calling a function thats not there