MonkVG and glue32.lib

Hi!
I try to compile MonkVG and I can’t find glue32.lib.
Where can i find it?

I see what you’re talking about:

AdditionalDependencies="glue32.lib opengl32.lib glew32.lib"

I think this is probably a typo. For both the Debug|Win32 and Release|Win32 configs, try:

AdditionalDependencies="glu32.lib opengl32.lib glew32.lib"

Also, you may or may not need to move glew32.lib to the front of the list.

1 Like

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.