Here's my problem: I've an Irrlicht DLL that is implemented into a delphi application, but instead of being launched as a new window I'd like that the dll is launched into the delphi's window and not as a new process.
I already succeed to melt the screen between them but I still have a window into a window.
So I thought, what if I ask createDevice to draw directly into my delphi's window ?
I tried to find the createDevice's declaration, without any success...
Any kind of idea ?
Billy
![Smile :)](./images/smilies/icon_smile.gif)
P.S: I apologize for my poor english.