[fpc-pascal]GLUT Libraries

Sebastian Günther sguenther at gmx.de
Wed Oct 2 19:26:03 CEST 2002


Holger Peters schrieb:
> Hi,
> I've got them now from the FTP Server. And compiled them. They are 
> working now.
> 
> What's the difference between gl, (glut, glut) and gl_sl, (glut_sl, 
> glu_sl)?

sl = statically linked

The default (dynamic) units try to load the OpenGL libraries at runtime; 
then they get the addresses for each function manually. The static units 
directly access the external symbols.

Note that this variant won't exist anymore in the next version of the units.


- Sebastian





More information about the fpc-pascal mailing list