SFML community forums

Help => Graphics => Topic started by: lancel00t on August 30, 2007, 09:56:28 pm

Title: ~./samples/opengl
Post by: lancel00t on August 30, 2007, 09:56:28 pm
Hi all, I am trying to build the opengl.cpp sample provided in the sdk and I am getting this error:

ld: C:/MinGW/lib/libopengl32.a(VideoMode.o):illegal symbol index 1633970478 in relocs

Can anyone help me out it is very important to me to use the sfRenderWindow class.
Title: ~./samples/opengl
Post by: Mindiell on August 30, 2007, 10:45:48 pm
Can you give us your system, compiler ?
What libs are you linking ?
Title: Solved
Post by: lancel00t on September 04, 2007, 11:14:07 pm
I solved this problem. It was a problem with the ordering of my library files.