freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] Building under Windoze


From: David Radford
Subject: [Devel] Building under Windoze
Date: Sun, 19 Jan 2003 01:39:24 -0000

It might be worth pointing out in the INSTALL/BUILD files that Visual C++
6.0 users need to turn precompiled headers off completely or they'll get
hundreds of build errors. Basically, everywhere there is a
    #include FT_CONFIG_CONFIG_H
or similar, the compiler will barf about finding an identifier instead of a
name. Took me best part of an hour to figure out what was causing it.

I've attached a basic project file with the correct settings to build a .lib
with precompiled headers disabled. If put in the folder above src, you can
add FreeType into any project they are working on in under a minute. Just
select "Insert Project into Workspace...", pick FreeType.dsp and tick the
"Dependency of" box. Then add freetype's include folder to your main
project's include path.

Attachment: FreeType.dsp
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]