PDA

View Full Version : Text Help



DANNY1208
07-28-2008, 07:30 AM
these are my errors when i click on them nothing happens. 7 Errors.


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::DeleteDeviceObjects(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::DrawTextA(float,float,unsigned long,char *,unsigned long)" (?DrawTextA@CD3DFont@@QAEJMMKPADK@Z)

Durrcookie
07-28-2008, 07:36 AM
d3dfont.cpp and d3dfont.h

you need those 2 ^^

DANNY1208
07-28-2008, 07:49 AM
i got dedfont.h where i get .cpp from?

Durrcookie
07-28-2008, 08:02 AM
if you have d3dfont.h you most likely will have d3dfont.cpp, go to your include files and go to D (its alphabetic) Then look for d3dfont.cpp

Durrcookie
07-28-2008, 08:49 AM
fixed on teamview, can close