Dear colleagues,

When you try to include de glut.h the following occurs:

aplication.exe exited with code -1073741515

files:
* aplication.pro

LIBS += -lglut32

other files.h \
glm.h



other files.cpp \

glm.cpp

*glm.pro
#include <GL/glut.h>

rest of file...


Someone knows solve this problem??