Please see the below URL for a .zip file containing the project files
necessary to
build the ft2demos on Windows with Visual C++ 2005. The intent is that
the provided files will be added to the ft2demos directory in the
location that they're at in the .zip file (preserving the relative
paths within the project files).
http://www.kinematics.com/FreeType/ft2demos-MODS-FOR-WIN32-BUILD.zip
A README file is included which provides step-by-step instructions for
building FreeType and then the ft2demos in this environment.
NOTES
- The following source files need to be added to the FreeType VC++ 2005
project to avoid unresolved linker errors when building some demos
c:\freetype\src\base\ftlcdfil.c
c:\freetype\src\base\ftgxval.c
c:\freetype\src\base\ftotval.c
c:\freetype\src\base\ftpatent.c
- I was unable to get the below demos to compile; the instructions
indicate this and instruct the user to un-check these, maybe someone
else can get them compiling
compos
ftsbit
- All other demos should compile and run
|