[fpc-devel] opengl unit gl on x86_64

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Jun 23 18:35:29 CEST 2006


On a x86_64 system I tried to run a program using the opengl 'gl' unit.

It failed, because the function 'glAccum' does not exist.
Commenting that one 'solved' the problem.

Can GetProcAddress be used to load a lib function dynamically, without
bombing if the function is missing?


Mattias



More information about the fpc-devel mailing list