PDA

View Full Version : extensions problem - csgl / C#


bojkar
06-21-2005, 07:55 AM
I have problem because I want to add new
extension to CSGL. I read in faq: "If you want to add new extensions
you must use glgenerator.exe". I download this progral, run and:
" Run it:
it depends on antlr.runtime.dll, so put them together.
call it like that
generator myExtensionHeader.h
"

but what is myExtenionHeader?

mysterycoder
06-26-2005, 10:12 AM
myExtensionHeader.h is the C header file which contains the information about the extension your trying to add. Are you trying to load an extension?

also, CSGL is now outdated, the library which replaces it is Tao.OpenGl (http://www.mono-project.com/Tao)

A binary of Tao.OpenGl is avaliable Here (http://axiom3d.org/LinkClick.aspx?link=http%3a%2f%2fwww.axiom3d.org%2 fAxiom%2fTao.OpenGL.zip&mid=347)
The binary may be a little out-dated. It supports extension loading too.