What graphics card do you have?
Is the driver up-to-date? Because it the error sounds like it's not. ;)
It doesn't really matter because I can use SFML for any IDE possible except qt creatorWell you didn't specify that... ;)
It doesn't really matter because I can use SFML for any IDE possible except qt creatorWell you didn't specify that... ;)
(Might as well link to the SO question (http://stackoverflow.com/questions/14276444/failed-to-initialize-glew-missing-gl-version).)
Make sure that Qt Creator doesn't provide some of it's own glew/opengl versions.
What does happen if you start the application not from within Qt, but directly via the explorer?
Qt Creator is using MinGW underneath and since that works without problem (at least on my system), it must be some strange environment variables setup by Qt.
Running from explorer does nothing, console opens and closes instantly, without any message in it. And yes all the DLLs are there and everything needed. :-\Run it from the command line, to see if you get an error there.
What version of MinGW does QtCreator ship with?
Have you ever tried to compile the application directly with GCC instead via the IDE?
I've never had problems with MinGW and SFML, so I don't really see where the problem is. Btw. there's also Code::Blocks if you don't want to work with VS. ;)
I suppose I compiled the application with gcc when I was running it on VS or C::B because it worked perfectly fine when I didVisual Studio has its own compiler, I'm not even sure if you'd be able to trick it into compiling with GCC.
it's the qt creator that's the problem, and I can't quite tell what, and I doubt I'll find out.Well nobody else here seems to have run into the same problem and since it works with other IDEs, it seems just a like a setup-problem. We can't really help you further here, other than suggesting to freshly install the newest version of QtCreator and make sure you don't setup strange things. :D
I like C::B but it's not really suited for big projects, I used it at first but as the project grew I had to switch the IDEI'm not sure why you'd conclude that...