Please post the code directly, it's always better if you avoid a download to people who want to help you.
I haven't looked in detail, but a few remarks:
- track GL errors, that's the only way to immediately know when something goes wrong with OpenGL
- don't use sf::RenderWindow for pure OpenGL drawing, use sf::Window
- start with simpler stuff if nothing shows (remove unnecessary render states)