savannah-users
[Top][All Lists]
Advanced

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

[Savannah-users] Problems compiling freetype


From: Guido Kahle
Subject: [Savannah-users] Problems compiling freetype
Date: Mon, 24 Jun 2013 09:09:07 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

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



reply via email to

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