nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 609 forks source link

My program won't run on Windows 7 with Glew #347

Closed photowen closed 2 years ago

photowen commented 2 years ago

Development platform VS2008 + Win10, tip:The procedure entry point wcscat_s could not be locating in the dynamic link library msvcrt.dll

nigels-com commented 2 years ago

For VS2008 you'll likely need to build the glew.dll to depend on older C runtime API.

photowen commented 2 years ago

I found out that it was a problem with the version of opengl, delete the dll in my program, link the opengl that comes with xp by default, and the program runs normally. But it doesn't render properly.