I have just put my application on a target system, and for whatever reason it doesn't have OpenGL installed, and complains that OpenGL32.dll is missing.
Can I static link OpenGL in my application so I don't have to worry about this? Or should the question be, do the -s versions of the SFML libraries static link to OpenGL ?
Thanks