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.


Messages - Technius

Pages: [1]
1
General / Re: Program crashing on launch
« on: January 31, 2013, 07:07:07 pm »
I'm using the latest nightly build and G++ 4.6.2.
My nightly builds are made for either GCC 4.7.1 TDM or GCC 4.7.2, you can't use it with your compiler.

Btw whenever you get a crash, you should provide more information on the crash and run it in gdb to retrieve the call stack etc. ;)
I switched to Code::Blocks and it worked perfectly.  Thanks anyways.

2
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