Building the engine part 2

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
NovaCoder

Building the engine part 2

Post by NovaCoder »

I want to use this Engine with an MFC application, after looking through the source code I can see that this is not going to work very well with CIrrDeviceWin32, I think to do it properly you need to create a new class (not sub-class) CIrrDeviceMFCWin32 which would take a Cwnd as an init argument and store it (instead of an HWND).

Does anyone know if anyone has already done this? Or any issues with doing such a thing?

I've had a little play around myself but so far all I've got is tons of compile errors :oops:
Post Reply