On 10.04.2014 18:43, Philippe wrote:
I made an application with GLUT. I did not have any problem to run under
windows 32.

Under windows 64 bits, the program does not recognize the glut32.dll
properly and returns a message.

Are you using a 64-Bit compiler to compiler your application that uses Glut? If so then this explains why you can't use Glut... It's a 32-Bit library. You'll need a 64-Bit version of it.

Regards,
Sven


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to