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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Technius

Pages: [1]
1
General / Program crashing on launch
« on: January 31, 2013, 06:07:35 pm »
Basically, my program crashes on start up.  It's something simple that looks like this:

#include <iostream>
#include <SFML/System.hpp>

using namespace std;

int main()
{
    cout << "Test";
    sf::Clock Clock;
}
 

It crashes on the Clock line.  I'm using the latest nightly build and GCC 4.6.2.  My IDE is eclipse with the CDT plugin.  I've googled around and tried multiple things, but to no avail.  Can you guys help?

Pages: [1]
anything