Closed ghost closed 6 years ago
Please download from glew.sourceforge.net rather than from github.
Thank you for your help. I copied the vc14 folder from github package to sourceforge package and successfully built it. But I don't understand why there is no source code in github package and there is no VS2015 and 2017 project in sourceforge package. Is it hard to merge both?
The github download is just a snapshot of the GLEW repository. For general use it's recommended to use the release version that includes the generated source files, but are not tracked in git.
I followed the (meanly) instructions here. The error messages are:
I searched all places of the downloaded package
glew-master.zip
but couldn't findglew.c
,glew.h
andglewinfo.c
. The only source insrc
folder isvisualinfo.c
. So where are these source code files and how to fix the above errors?