I am dealing with multiple monitors in which i required to use EnumDisplayDevices() API.
However, the linker gives me following error log (i am using VC++ 6.0) :
Linking...
SourceCode.obj : error LNK2001: unresolved external symbol __imp__EnumDisplayDevicesA@16
Debug/AllianceProject.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I tried to solve this error by installing SDK that was latest for my system (Windows XP SP2) - still didnt get any solution. The error still exists, eating my head off.
Please guide me to some solution.