Hi all
To build the addons for BeBuilder you will need to build the developer's kit.

Building the developer's kit

Go to the Kit directory

$ cd Kit
$ sh MakeLib

You have created the developer's kit. You will find it in ../KitDeveloper

Building the addons

Go to the directory where addons are located.

$ cd ListView
$ make

The addon wil be found in the obj.x86 directory if you built it on an Intel Platform.
To work properly an addon needs to be copied to an AddOn directory taht must be in the directory where BeBuilder is located.

Instead of creating the addon with the previous method you could do :

$ cd ListView
$ sh CreateAndMoveAddOn

Now if you start BeBuilder again you will find that a new component has been added at the end of the list.