1
General / Re: cannot find -lwinm
« on: November 10, 2018, 04:42:50 pm »It's winmm and not winm. It's a system library and comes with your compiler.
I see, however linking the "libwinmm.a" file in the link libraries results in an error. what file should i use for it to work properly? for refrence my link libraries contain:
Project name: glew; freetype; jpeg; opengl32; gdi32; winmm wich seems to be the problem
debug: "sfml-***-s-d"
release: "sfml-***-s"
is there something im doing wrong?