[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Connecting freetype to lpcexpressso(for ARM LPC1769)
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Connecting freetype to lpcexpressso(for ARM LPC1769) |
Date: |
Thu, 29 Jan 2015 17:30:18 +0100 (CET) |
[*Always* reply to the list!]
> FreeType libraries are now readily available to my compiler. But,
> when i am building my program, it show errors like "undefined
> reference to `FT_New_Face'".
This means that you don't link to the FreeType library.
> If i needed to add any other files to my include folder....?
I have no idea how your IDE works. Your question sounds very
elementary, so I suggest to look up the IDE manual how linking must be
done.
Werner