Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vFUNKERv

Pages: [1]
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?

2
General / cannot find -lwinm
« on: November 10, 2018, 03:00:13 pm »
So i have been trying to dynamically link my sfml libraries to a code blocks project. I got a bunch of errors like "_imp_*things*" and cannot find "-something". However with help from this website and other various sources i managed to solve all but one problem. Cannot find -lwinm. I dont know what winm is or where to find it, and using google to try and find it seems useless. If anyone can bring me up to speed about what the error means and how i can fix it that would be great.

Pages: [1]
anything