I want to show gui in the another application,so I Inject a dll,hook d3d function in the dll,meanwhile in MyDirect3DDevice9()
m_pCEGUIRender = new CEGUI::DirectX9Renderer(m_device , 0);
new CEGUI::System(m_pCEGUIRender);
my project has only the two word about cegui....
what's wrong here?thanks.

