I have pasted the code from microsoft example. But when I run the program I have the errors:
error LNK2019: unresolved external symbol _GetNumberOfPhysicalMonitorsFromHMONITOR@8 referenced in function _main
error LNK2019: unresolved external symbol _GetPhysicalMonitorsFromHMONITOR@12 referenced in function _main
error LNK2019: unresolved external symbol _DestroyPhysicalMonitors@8 referenced in function _main
How can I fix it? Help me, please!