The library and files do not build with visual C++ express because it's mainly
a c89 compiler. Disregarding the demos, attached are the modification you need
to do on the code so it can build. Remember, it's trying to compile as C89
code, variables need to be declared at the start of the scope.
You need to modify the CMakeLists.txt and include GLEW since it's also missing.
Original issue reported on code.google.com by wael.elo...@gmail.com on 19 Feb 2013 at 3:38
Original issue reported on code.google.com by
wael.elo...@gmail.com
on 19 Feb 2013 at 3:38Attachments: