[fpc-pascal]OpenGL/GLUT run time error when I whant compile this code
Sebastian Günther
sg at freepascal.org
Sun Apr 6 17:10:36 CEST 2003
Am Sam, 2003-04-05 um 22.22 schrieb Florian Klaempfl:
> >
> > Compile with -gl as additional argument; this will dump the line number
> > and source file of the crash. RTE 216 is an access violation, i.e. some
> > pointer error. But the bug is not necessarily located in your code.
>
> Missing glut.dll :) ?
uuh yes, that is probably the reason. I've checked the source once more,
and while the OpenGL units try to load the libraries for themselves,
they will silently discard any exception, which would get raised by
missing libs.
- Sebastian
More information about the fpc-pascal
mailing list