Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

glew32.dll run time error

I successfully compiled my OpenGL program in MSVC 2008, But I am getting a Run time error as follows

"This application has failed to start because glew32.dll was not found. Re-installing the application may fix this problem."

like image 863
Madhura Avatar asked Dec 30 '25 02:12

Madhura


1 Answers

I have no idea how you managed to link the object files without the GLEW .lib file. Have you downloaded the GLEW library and put the .DLL file in the wrong place, perhaps? The .DLL file should be in the same directory as your OpenGL application that uses it, or in your Windows directory.

Also note that if you launch the application from within Visual Studio, it looks for the .DLL files in the project directory instead of the release/debug directories.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!