compile error

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
I have a C++ Win32 application that also uses some MFC code.(eg:AfxBeginThread()). Now when I compile the application , I am gtting the error "Error C1189 #error: WINDOWS.H already included. MFC apps must not #include <Windows.h>". The error is indicated in files afxNow, how can I solve this error while keeping the MFC code.

Continue reading...
 
Back
Top