Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wonder why I got the following erro

Status
Not open for further replies.

Moogles

MIS
Oct 6, 2002
37
US
wonder why I got the following error when compiling my simple program used 'EnumDisplayDevices'.
error: error C2065: 'EnumDisplayDevices' : undeclared identifier
I have included window.h, also tried to include multimon.h.
Anything wrong with my setup?
 
if you have it in an MFC applilcation
put an
#undef _WINDOWS_
before any #include<windows.h>

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top