Troubles with X11 :(

In glxew.h file we have
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmd.h> fields,
so I get the error message, which tells me, that cannot open the selected source files.
What to do?
Thanks in advanse.

You’re still using Windows, right?

Right, I am using Windows 7

First, why did you open another thread for this? Isn’t this problem the result of including glxew.h in the program shown in your previous thread?

Second, X11 is a synonym for the X Window System - which has absolutely nothing to do with Windows and there aren’t any of the X11 dev libs available on windows and even if they were, they’re only usable on unices, i.e. Unix-like systems like Linux etc. Had you read my suggestions in your previous thread you wouldn’t have that problem.