Why won't .NET 2003 projects compile?

I’m using glut and I’ve downloaded some sample projects but I’m having issues with WINVER = 0x400 and I can’t find the right project settings. Has anyone solved this problem? :confused:

I used the following line of code in my main header file:

#define WINVER 0x0400

I don’t remember also having to change the project settings. Just try the above line and see if it gets rid of the problem.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.