kornerr wrote:I did bother. Ok, let's see:
Is it by accident that you selectively copy parts of the README, or is it intentional?
Let me quote the part of the README that you
didn't post (and seems you didn't even read):
wxIrrlicht README wrote:
Note that under Linux, you must call wxIrrlicht::Init() after the parent window
has been activated the first time. Until then, the GTK window handles returned by wxWidgets are invalid.
In simple words, this means that you should either call Init() inside the parent window's activate event handler (just once, the first time), or that you should call it from wxApp::OnInit(), right after you create your main frame.
kornerr wrote:Isn't it clear, or does it make me a wx noob telling this?
If it's not null for you, JUST show full workable application, is it so hard?
It's not hard, but I don't have it available here. Add to that the fact that you clearly didn't read all the documentation.
If you ask me
one question that is really not answered in the docs, I will gladly help you.