[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Compiling Freetype 2.5 with C ++ Builder - FT_THROW problem
From: |
Yuliana Zigangirova |
Subject: |
[ft-devel] Compiling Freetype 2.5 with C ++ Builder - FT_THROW problem |
Date: |
Mon, 31 Mar 2014 23:11:17 +0400 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ft-devel] Compiling Freetype 2.5 with C ++ Builder - FT_THROW problem,
Yuliana Zigangirova <=