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

Author Topic: GetFullscreenModes error  (Read 1742 times)

0 Members and 1 Guest are viewing this topic.

andreaszdw

  • Newbie
  • *
  • Posts: 26
    • View Profile
GetFullscreenModes error
« on: July 09, 2011, 01:28:40 pm »
Hello,

if I do this:

Code: [Select]
std::vector<sf::VideoMode> vmvector;
vmvector = sf::VideoMode::GetFullscreenModes();


I became an error: "Speicherzugriffsfehler", it's german and I think in english it's "segmentionfault".

Can anyone tell me, whats wrong?