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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to