1
General / Re: [FIXED]Problem with static linking - missing winmm.lib
« on: January 25, 2018, 01:42:28 am »
I do not know much about anything, but I will definitely keep that in mind. Thank you for your help.
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.
Code: [Select]winMM.lib
From were ever you copy pasted it, you seem to have added a  (ZERO WIDTH NO-BREAK SPACE) character making it fail to find it. Make sure you don't have any empty line or other weird entries in there.
What's your verbose build output: https://www.sfml-dev.org/faq.php#tr-grl-verbose-ide
What if you provide the absolute path to the lib directly when listing it?
There should be a WinMM.Lib file in (by default) C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.91\um\$(ARCH). Is this correct?
For reference, I have 10.0.16299.0 installed, and that is where it is located on my machine.