Ok, so I am running Visual Basic 2010 Express and I tried to run Tutorial # 2 in the Direct X SDK; however, the program won\'t compile for some reason, although in the tutorial
I got a very similar error with Visual Studio 2013 Express:
LINK : fatal error LNK1181: cannot open input file 'winmm.lib'
For me, it turned out I'd installed 'Visual Studio 2013 Express for Windows', when I actually needed 'Visual Studio 2013 Express for Windows Desktop'.
Installing 'Visual Studio 2013 Express for Windows Desktop' cured the error for me.