Topic: Using external libraries in a project

Q : I have some external references in my *.c file. Where do I put the referenced library?
A : The library is put at the same level as the *.c files in the project. If you want to add a library (or a *.c file), in the project window select the 'executable' *.aof file you want to add it to. Then either add the file from the menu with 'Project | Add node Source/Application' or click the right mouse button and select 'Add node Source/Application'.

The library has to be located below the *.c file in which it is referred. The relative position of a file may be changed by selecting it and then pressing the shift key together with either the up or down arrow keys.

Bruno Richard, PhD.
RAISONANCE - 17, avenue Jean Kuntzmann - F-38330 Montbonnot St Martin - FRANCE
There are 10 types of people in the world: Those who understand binary, and those who don't.