I'm working on a glut app but I keep on getting the message: Error:
Can't assign local procedure/function to procedure variable 

The error is at this line: glutDisplayFunc(@redrawfunc); 

And the callback (which is declared in the same .inc file) is declared
as: procedure redrawfunc; cdecl; 

I must be overlooking something obvious but I just don't see what. Any
ideas? 

Regards, Darius 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to