aldrich
unread,Oct 17, 2009, 9:17:14 AM10/17/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
when I comiple a opengl program with g++(patched with mingw), it said
GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR are not defined, while
GLU_OUTLINE_POLYGON and GLU_DISPLAY_MODE are ok. if I comment out
GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR related code, the programe
can work normally, why? did I forget to include certain header files?
in my program the glut.h and windows.h are included.