Compile error


(Paul) #1

I can’t compile bacause this error:
LINK : fatal error LNK1181: cannot open input file ‘winmm.lib’
Anyone knows what that error means/what i have to do


(kamikazee) #2

It’s exactly what it says: the linker can’t find a certain library on your system. If you are using Visual Studio 200x Express, you’ll need to install the extra libraries.

It’s just that I can’t remember what the name of the package was, try to search for “winmm.lib”.