My OS is 64-bit Windows 7.
I wanted to create a DirectX sample in C: \ Program Files (x86) \ Microsoft DirectX SDK (June 2010) \ Samples \ C ++ \ Direct3D10 \ Tutorials \ Tutorial02. but when I create an error that occurred with a fatal error
LNK1104: "winmm.lib" cannot open the file.
I reinstalled the Direct SDK, but no change. I also added the path (include, lib) to the settings.
If I remove "winmm.lib" from the project settings, "comctl32.lib" does not open. both libs were already present in properties> Linker> Input.
How can I solve this problem?
source
share