[Lazarus] Lazarus Examples
Michael Van Canneyt
michael at freepascal.org
Wed Nov 11 15:50:53 CET 2009
On Wed, 11 Nov 2009, Brian Prentice wrote:
> Here is the result of opening the first example address_book
>
> http://linuxenvy.com/bprentice/Lazarus/Snapshot%202009-11-11%2006-18-48.jpg
That error means that you don't have the TDBF component installed.
I see you use Mac. If you are running the PowerPC processor, it is
an unfortunate case where a particular component is not supported
on all platforms. I think TDBF does not supports the PowerPC processor,
because it uses a bigendian architecture.
The number of components that do not run on all platforms, is small.
You're just in bad luck that the "first" example does not work on
your particular platform.
Michael.
More information about the Lazarus
mailing list