Linking glew
#312
|
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. |
Answered by
Im1Bear
Aug 14, 2021
Replies: 2 comments 3 replies
|
The problem is building GLEW, or the problem is linking it into another project? |
3 replies
|
I now know why I got this error, even though it's a pretty stupid error. I watched the tutorial again from front to back and made a new project, copied the glew32.dll file into debug so I don't get the LNK4098 error, and then it worked (I don't know how but it works). |
0 replies
Answer selected by
Im1Bear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I now know why I got this error, even though it's a pretty stupid error.
I watched the tutorial again from front to back and made a new project, copied the glew32.dll file into debug so I don't get the LNK4098 error, and then it worked (I don't know how but it works).