Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Need assistance integrating SFML with QT Creator -QT Lib 4.8.3, QT Creator 2.5.2  (Read 1910 times)

0 Members and 1 Guest are viewing this topic.

cooldog99

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
    • Perilous Game Studios
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.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Please read the forum descriptions before posting.

General Discussions is explicitly declared as: "For everything that is not a help request". There is a whole section of subforums with the title HELP.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

cooldog99

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
    • Perilous Game Studios
There is a whole section of subforums with the title HELP, please read the forum descriptions before posting.

erm. Whoops. Somehow managed to click wrong link  :-[

can someone move this? haha
Thank you!
« Last Edit: November 03, 2012, 12:49:46 pm by cooldog99 »

 

anything