[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] problem with MSVC
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype] problem with MSVC |
Date: |
Tue, 21 Aug 2001 09:51:55 +0200 (CEST) |
> I compiled the library fine and all that but the line
> #include FT_FREETYPE_H (yes i included ft2build.h before) i get
>
> error C2006: #include expected a filename, found 'identifier'
Don't use precompiled headers!
> (btw, the dos-def makefile has a &> nul where it should be > nul)
Fixed, thanks.
Werner