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 - lightfoot256

Pages: [1]
1
General / RenderWindow causes app to fail.
« on: November 12, 2007, 10:41:21 pm »
Okay. I forgot to copy the dlls from C:\SFML-1.1\extlibs\bin.

Ooops :-p

2
General / RenderWindow causes app to fail.
« on: November 12, 2007, 10:35:05 pm »
Fixed, I didn't have the DevIL libraries.

Did I miss something in the install? Didn't see anywhere about installing those... ah well.

Fixed it.

Cheers.

3
General / RenderWindow causes app to fail.
« on: November 12, 2007, 10:30:16 pm »
Debugger says the process doesn't exist.

Its as if it crashed before the debugger got hold of it... very wierd.

4
General / RenderWindow causes app to fail.
« on: November 12, 2007, 10:17:25 pm »
If I compile the following:

       sf::Window App(sf::VideoMode(800, 600, 16), "SFML Graphics");

It works fine and runs. However, if i use this instead:

       sf::RenderWindow App(sf::VideoMode(800, 600, 16), "SFML Graphics");

It compiles file, but crashes before the "main" function and terminates.

Tried compiling against static and dynamic but same effect.

Any ideas?

Using mingw on windows.

Pages: [1]
anything