<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>I made an application with GLUT. I did not have any problem to run under windows 32.</p>
<p>Under windows 64 bits, the program does not recognize the glut32.dll properly and returns a message.</p>
<p>I made a test with example program openglcontrol_demo. Just added GLU, GLUT in a unit, no other change to the project. I got:</p>
<p>Object openglcontrol_demo raised exception class `Exception` with message:<br />Could not load Glut from glut32.dll</p>
<p>I tried with GLUT32.DLL in windows32, in syswow64 and in both.</p>
<p>When I try to registrer the dll in either directory I got a message which tells me that the DLL was found but</p>
<p>dllRegisterServer not found</p>
<p>And this is the very same file GLUT32.DLL I am using with XP e Windows 8 32 bits ...</p>
<p>Well ... may be there is better mail list for this kind of problem!!!</p>
<p>I appreciate any help. Even suggestion of other "compatible" package (I have visited lists ... but some packages are quite as old as GLUT himself, or example does not work, or very different and I may not be able to move to ...)</p>
<p>Philippe</p>
<p> </p>
</body></html>