With Topblast base

Posts 111 of 11 · Page 1 of 1
With Topblast base
Well i was using topblast's menu base (Sln file is called Topblast Hack.sln)

And i debugged it

Output window in MS visual C++ 2010 gave me this

Code:
1>------ Build started: Project: Topblast Hack, Configuration: Debug Win32 ------
1>d3dbase.obj : warning LNK4229: invalid directive '/OPT:NOWIN98' encountered; ignored
1>d3dmenu.obj : warning LNK4229: invalid directive '/OPT:NOWIN98' encountered; ignored
1>hackbase.obj : warning LNK4229: invalid directive '/OPT:NOWIN98' encountered; ignored
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__DeleteDC@4 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__DeleteObject@4 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__ExtTextOutA@32 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__GetTextExtentPoint32A@16 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__GetTextExtentPoint32W@16 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__SetTextAlign@8 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__SetBkColor@8 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__SetTextColor@8 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__SelectObject@8 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__CreateFontA@56 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__GetDeviceCaps@8 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__SetMapMode@8 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__CreateDIBSection@24 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dbase.obj : error LNK2019: unresolved external symbol __imp__CreateCompatibleDC@4 referenced in function "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z)
1>d3dmenu.obj : error LNK2019: unresolved external symbol __imp__GetAsyncKeyState@4 referenced in function "public: void __thiscall D3DMenu::Nav(void)" (?Nav@D3DMenu@@QAEXXZ)
1>hackbase.obj : error LNK2001: unresolved external symbol __imp__GetAsyncKeyState@4
1>hackbase.obj : error LNK2019: unresolved external symbol __imp__GetCursorPos@4 referenced in function "void __cdecl DoMenu(struct IDirect3DDevice9 *)" (?DoMenu@@YAXPAUIDirect3DDevice9@@@Z)
1>C:\tbb\Debug\Topblast Hack.dll : fatal error LNK1120: 16 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
How do i fix it?
OMG, WTF DID YOU DO WITH IT?
Quote Originally Posted by topblast View Post
OMG, WTF DID YOU DO WITH IT?
i changed some settings so i get d3dx9 content
how do u debug dlls?
thot u needed host process
u fucked it up majorly just change everything back but u prob didnt thing of backin it up befor so if i was u i would just redownload it and start agan :P
dude u fked it up LOL
For whatever reason, the symbols for the request objects (the DirectX ones) aren't being included. Have you referenced *and* included the appropriate library files?
Quote Originally Posted by _Fk127_ View Post
Yeah that was my solution to this problem !
wtf is happeded
Anyways you need also edit for make this working for CF....
Instead of building the solution try to REBUILD it.
It's in the same menu as where build is.
Good luck.
Posts 111 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?