CEGUI::DirectX9Renderer 의 메서드인 preD3DReset과 쌍을 이루는 postD3DReset메서드를
사용하여 디바이스를 Reset할수있다. 고로 풀스크린문제 해결!! 디바이스소실관련 문제 모두 해결 >_<
/*!
\brief
Direct3D support method that must be called prior to a Reset call on the
Direct3DDevice; this is required so that the GUI renderer can release any
unmanaged D3D resources as needed for the device reset to succeed.
*/
virtual void preD3DReset(void);
/*!
\brief
Direct3D support method that must be called after a Reset call on the
Direct3DDevice; this is required so that the GUI renderer can rebuild any
unmanaged D3D resources after the device has been reset.
*/
virtual void postD3DReset(void);
PS . 나는지금 DLL HELL........ㅠ_ㅠ






Leave your greetings here.