Chitresh Bhushan wrote: > I am using fltk v1.1.9 for my projects. I need to use glutSolid*() in my > code. But it seems that glutSolid*() is not emulated in the current stable > release.
Um, it certainly *is* supported by 1.1.9, just make sure you include <FL/glut.H> and not the usual <glut.h>. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk-opengl mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-opengl
