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

Author Topic: Wrong Usage?  (Read 1964 times)

0 Members and 1 Guest are viewing this topic.

scorcher24

  • Newbie
  • *
  • Posts: 9
    • ICQ Messenger - 78951707
    • View Profile
Wrong Usage?
« on: March 26, 2009, 02:44:39 am »
Hi there.
Many People told me, that sfml is kicking Ass when it comes to handle OS-Specific stuff. So I gave it a shot and tried to integrate SFML into my existing Library and Application. Since my code is very modular, I can just replace the current window-class with sfml (pure virtual classes as front-end to be more detailed ).
So, I have put up a new Window and tried to get my pure OpenGL-Code running, but I failed... I can't get a context where I can render my stuff properly. I have tried to stick to the tutorials, but it doesn't work.
Any Hints you might have for me?
rya.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Wrong Usage?
« Reply #1 on: March 26, 2009, 07:50:14 am »
We won't be able to help you if don't show us the code that fails.

Have you tried the tutorials source code directly, or the samples?
Laurent Gomila - SFML developer

 

anything