I have been hacking a certain video game, hooking it's DirectX device, modifying ingame memory, hooking ingame functions, etc.
Until now I have been drawing pure text to the screen as debug output, however, the project has gotten to the point where I could really use an ingame GUI. The game in question uses DirectX 8.1, so imagine my excitement when I saw CEGUI 0.6.2 still supports DirectX 8.1
I've looked at the example code and tut's, and it seems CEGUI is perfect for my project. I've downloaded the 0.6.2 SDK, and immediately tried integrating CEGUI in my project.
However, when trying to compile, I get linker errors, and a quick look in the lib directory showed me why. Unfortunately, it seems DirectX81GUIRenderer.lib and DirectX81GUIRenderer_d.lib are missing
Is there any way some very nice user could upload these two for me?
Thanks in advance
EDIT: Ooh, and I just saw the DLL's are missing too, so it'd be perfect if anyone had these for me
EDIT2: I'm using MSVC++ 2003 btw
EDIT3: Well, I've gotten it to compile using the DirectX81GUIRenderer from CEGUI 5.0b, but it won't run at all..
The error I'm getting is:
Entry Point Not Found: The procedure entry point ??0Exception@CEGUI@@QAE@ABVString@1@@Z could not be located in the dynamic link library CEGUIBase.dll
Some help would really be appreciated