Sly14 / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

VS2010 build not working #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile for windows on VS2010

What is the expected output? What do you see instead?
Lots of Build errors. 'FT_Library_SetLcdFilterWeights' not found. 'round' not 
found.

Original issue reported on code.google.com by sarbjit....@gmail.com on 6 Sep 2012 at 9:00

GoogleCodeExporter commented 8 years ago
Steps taken to successfully build on VS2010.

1. Implemented 'round' function as it is not present in std c++ on windows.
2. Change the project to build as C++ ( Project 
Settings->C/C++->Advanced->Compile as C++)
3. Download latest glew, freetype, glut and compile against them.( Might not be 
necessary as it can compile against the one shipped with source code )
4. Call glewinit() in all the demos to successfully run it.

Original comment by sarbjit....@gmail.com on 10 Sep 2012 at 4:46

GoogleCodeExporter commented 8 years ago
Cool !

Original comment by Nicolas.Rougier@gmail.com on 17 Sep 2012 at 7:17