Post Reply
Ebru Arslan 2004-09-16 17:19
My operating system is WindowsXP and service pack 2.0. i am using Microsoft Visual 6.0. i changed windows.h file #define WINVER 0x0500 and i solved "EnumDisplayDevices" problem but still i i am living "error C2065: 'EnumDisplaySettingsEx' : undeclared identifier"
how i can solve this problem . i need answer as soon as possible. thanks Ebru Arslan Shabbir
|
Christian Studer 2004-09-17 03:19
Make sure you have recent headers installed, EnumDisplaySettingsEx should be declared in WinUser.h.
Christian Studer - www.realtimesoft.com
|
Post Reply
|