Hello  everyone,
I have updated to Freetype  2.5  (from 2.4)  and now I can not compile
my project on Borland C++ Builder because compiler chokes on
expressions like
FT_THROW( Invalid_Stream_Handle )
FT_THROW( Invalid_Glyph_Format )
etc.
Obviously it can not read FT_THROW correctly because it gives out
the error messages like this:

[bcc32 Error] ftsystem.c(231): E2451 Undefined symbol 'FT_ERR_PREFIXInvalid_Stream_Handle'

I am compiling from scratch,  just necessary files and modules,
and I did not change  my options in C++ Builder from Freetype 2.4
(which is compiled ok).  All  include pathes seem to be set.

If anyone has any suggestions about how it can be cured - I would be very grateful.
Thank you in advance,
Yuliana

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to