Hey agian, I installed Sfml and have been using it witout error and now I decided to try out the openGL capabilities.
unresolved external symbol __imp__glClear@4
From the glClear command, everything is a linker error!
Everything that has gl before it fails, my code is good an I included correctly, is this a bug or me installing sfml wrong?
You can try the VS2010 SFML project wizard I made http://code.google.com/p/sfml-project-wizard/downloads/list this will add an sfml project option when creating new projects. All you need to do is enter the path to SFML root directory and choose static or dynamic.