Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请告诉我如何在没有 regsvr32 的情况下注册 glut32.dll,因为我已经尝试了所有方法来注册 .DLL,但它不起作用。
这是我使用 Windows 8 64 位的情况吗?
您不需要注册 glut32.dll。把它放在你的exe文件附近。
将32位文件放在syswow64中,将64位文件放在system32中。您的程序可能会在没有 regsvr32 的情况下找到它