-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The problem is building GLEW, or the problem is linking it into another project? |
Beta Was this translation helpful? Give feedback.
-
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). |
Beta Was this translation helpful? Give feedback.
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).