1
General / Re: struggling to setup sfml
« on: September 11, 2023, 04:06:10 pm »
I discovered that I have WinMM.Lib and OpenGL32.Lib and Gdi32.Lib on my computer.
I tried to enter them into the input section of the linker without success. ( I entered:
sfml-window-s.lib
sfml-system-s.lib
openGL32.Lib
freetype.lib
sfml-window-s-d.lib
sfml-system-s-d.lib
WinMM.Lib
sfml-graphics-s.lib
sfml-graphics-s-d.lib
Gdi32.Lib).
Should I create OpenGL Context and load all the necessary functions to use OpenGL?(I installed the recent driver for my graphic card).
I tried to enter them into the input section of the linker without success. ( I entered:
sfml-window-s.lib
sfml-system-s.lib
openGL32.Lib
freetype.lib
sfml-window-s-d.lib
sfml-system-s-d.lib
WinMM.Lib
sfml-graphics-s.lib
sfml-graphics-s-d.lib
Gdi32.Lib).
Should I create OpenGL Context and load all the necessary functions to use OpenGL?(I installed the recent driver for my graphic card).