[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ft-devel] A old problem when build the freetype with VS2005
From: |
丁力 |
Subject: |
RE: [ft-devel] A old problem when build the freetype with VS2005 |
Date: |
Wed, 5 Apr 2006 09:32:40 +0800 |
I have verified that. The reason isn't the "Precompiled Header File".
It is the macro FT2_BUILD_LIBRARY isn't defined during compilation which is
located in Project - Properties... - Configuration Properties -
C/C++ - Preprocessor - Preprocessor Definitions. You can add the macro
FT2_BUILD_LIBRARY, and the project can be built successfully.
PS: I don't know why the macro FT2_BUILD_LIBRARY was removed when I convert the
project to VS2005, perhaps it's a bug of VS2005.
|-----Original Message-----
|From: Werner LEMBERG [mailto:address@hidden
|Sent: Tuesday, April 04, 2006 11:02 PM
|To: address@hidden
|Cc: address@hidden; address@hidden
|Subject: Re: [ft-devel] A old problem when build the freetype with VS2005
|
|
|> It occurs when you enable precompiled headers.
|>
|> I had the same problem and fixed it by choosing "Not Using
|> Precompiled Headers" for "Create/Use Procompiled Header" and
|> removing the value from "Precompiled Header File", both of which are
|> located in Project - Properties... - Configuration Properties -
|> C/C++ - Precompiled Headers.
|
|Can someone please verify this, probably with more details? I'll then
|added a proper entry to the (new) PROBLEMS file.
|
|
| Werner