Hey again guys!
I need more help
I recently started playing with QT, and having ALOT of fun with it vs .Net.
however, I wanted to make a nice level editor with it, using SFML.
I tried to follow the 1.6 tutorial for SFML and QT, but with SFML 2.0 and ran into issues with an ambiguous call to create function from renderWindow, and QTWidget, so I made a small wrapper class for SFML renderwindow that called the create function with a different name. Fixed that issue, however the program doesn't run, only says: "Program exited unexpectedly".
Other than that my code is identical to SFML 1.6 QT tutorial.
Is there any sample project I can see to setup SFML with QT creator? I can't find an example project with SFML 2.0rc :/
Thanks.