Hello,
I am Guido from Germany. I try to compile FreeType Version 2.5.0.1 on
Borland C++ Builder 6 under Win XP. I setup all include paths for the
Lib. I wrote this simple code
as shown in your tutorial:
#include <ft2build.h>
#include FT_FREETYPE_H
FT_Library library;
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
int error = FT_Init_FreeType( &library );
if ( error )
{
}
in file ftxf86.c I get the errormessage on this item:
#include FT_INTERNAL_OBJECTS_H
wrong fileformat in include statement. What went wrong ?
Thanks for your answer.
Bye
Guido Kahle