nigels-com / glew

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

Linking glew #313

Closed Im1Bear closed 2 years ago

Im1Bear commented 2 years ago

Discussed in https://github.com/nigels-com/glew/discussions/312

Originally posted by **Im1Bear** August 12, 2021 I'm trying to link GLEW to my Project but every time I want to build it in Visual Studio 2019 it says that it can't open the glew32s.lib file.
mariob92 commented 2 years ago

Have you set the library path in the project settings for your current target and configuration?

Im1Bear commented 2 years ago

Have you set the library path in the project settings for your current target and configuration?

The Problem is fixed but thanks for the Help!