freetype-devel
[Top][All Lists]
Advanced

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

RE: [Devel] include problems with Visual C++ 6.0


From: Martin Granell
Subject: RE: [Devel] include problems with Visual C++ 6.0
Date: Tue, 10 Apr 2001 11:00:21 +1000

I have had the same problem, and the solution was to turn off the use of
precompiled headers in the project settings.
For some reason using #include MACRONAME doesn't seem to work (sometimes)
when the MACRONAME is defined within the precompiled header.
(Another solution would be to #include the ftheaders.h file immediately
after the pch include)

Yours,
Martin

-----Original Message-----
From: Thierry Frey [mailto:address@hidden
Sent: Tuesday, 10 April 2001 12:30 AM
To: 'address@hidden'
Subject: [Devel] include problems with Visual C++ 6.0


Hi,

I'm trying to compile freetype 2.0.2 as a dll under Windows. I have put all
src files in a single directory and created a simple dll-workspace. When I
compile, I get the following errors:

Compiling...
ahangles.c
ahglobal.c
ahglyph.c
ahhint.c
ahmodule.c
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\ahmodule.c(23) : error
C2006: #include expected a filename, found 'identifier'
ahoptim.c
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\ahoptim.c(35) : error
C2006: #include expected a filename, found 'identifier'
cffdrivr.c
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\cffdrivr.c(20) : error
C2006: #include expected a filename, found 'identifier'
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\cffdrivr.c(21) : error
C2006: #include expected a filename, found 'identifier'
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\cffdrivr.c(22) : error
C2006: #include expected a filename, found 'identifier'
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\cffdrivr.c(23) : error
C2006: #include expected a filename, found 'identifier'
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\cffdrivr.c(24) : error
C2006: #include expected a filename, found 'identifier'
e:\tosca\cadenza\tfrey_repeng_dev\freetype\flat_src\cffdrivr.c(25) : error
C2006: #include expected a filename, found 'identifier'

Is there an special parameters to set under Windows?

Thanks in advance,
Thierry Frey


_______________________________________________
Devel mailing list
address@hidden
http://www.freetype.org/mailman/listinfo/devel



reply via email to

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