WINVER and Graphics projects using glut
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I've had SOME success getting rid of compiler errors putting this macro redefinition in the project settings WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE=0x0600 but I'm still getting the message C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(256): error C2381: 'exit' : redefinition; __declspec(noreturn) differs C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\Windows.h(24): fatal error C1012: unmatched parenthesis : missing ')' This only happens when I try to open graphics projects using glut. Any ideas?:~ Normality is a weakness...