SFML, wx, and GTK+2.0 - Getting the window identifier...

Started by
-1 comments, last by TheComet 10 years, 3 months ago

I'm following this tutorial here: http://sfml-dev.org/tutorials/1.6/graphics-wxwidgets.php

My first problem is GTK_PIZZA (what on earth does that even mean?). It's undefined, and apparently has been obsolete since wx-2.8 (I'm using wx-3.0). My second problem is that m_wxwindow is NULL, and so is the value returned by GetHandle().

So how do I get the window handle/X11 identifier of the window to pass to sf::RenderWindow::create()?

"I would try to find halo source code by bungie best fps engine ever created, u see why call of duty loses speed due to its detail." -- GettingNifty

This topic is closed to new replies.

Advertisement