glew
glew copied to clipboard
Windows: VS Debug builds fail to compile
A Debug build using VS 2014 and the CMake build system fails during link because the symbols @_RTC_CheckStackVars@8, __RTC_CheckEsp, __RTC_InitBase and __RTC_Shutdown cannot be found.
This is the same issue as #99 . Refer to that.
See also: https://github.com/nigels-com/glew/pull/117
@nigels-com Just ran into the exact same issue. Could you make a release so the newest release will contain this fix? With the special nature of glew, I am unable to pull the latest source from github and build it because it has to be built from the zip file release (2.0.0 that doesn't contain this fix).