Ryan Joseph wrote: > Functions like glBlendEquation from GLExt are crashing (access violation) > compiling on Mac with ppc386. The functions didn’t get loaded I think for > some reason. > > Is this is known problem on Mac with a work around perhaps? >
GLExt works fine on Mac (and other platforms) in my experience. You just have to load the necessary OpenGL version (or extension) first. For glBlendEquation, you want to call Load_GL_version_1_2, and then (assuming Load_GL_version_1_2 returned true) glBlendEquation will be non-nil and will work OK. Regards, Michalis _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal