This section explains how to use the AMIgo suite to build simple applications.

Simple Applications examples

See: Hello AMIgo World. How to build the simple "Hello AMIgo World" application within MS Visual Studio.

See: PBX functions integration. Using the AMIgo suite to integrate PBX functions into your application.

See: Call Database Lookup How to do a database lookup on new calls using the CallerID number or Caller Name.

See: Without Visual Studio. Building the "Hello AMIgo world" application using the command line compiler.

Caution

If you build these examples from the given source code, you will need to update the reference to the AMIgo dll in the projects. Click on the project's reference directory and delete the reference to AMIgo.dll. Right click and select 'Add reference' and then click on Browse and select the AMIgo.dll file from the installation directory.

Compiling the example Applications

Compiling the examples and Demo applications Some simple example applications and a more elaborated demo app. are available in the [Install dir]\Examples directory. These include source code and project files for Visual Studio 2010. NOTE: To build these examples, you will need to change the reference to the AMIgo.dll assembly to the one installed on your system. You need to do this before opening the Forms in design mode: - In solution explorer, open the reference directory and right click on AMIgo.dll and select 'Remove'. - Select the 'Reference' directory right click and select 'Add a reference'. - Browse to the AMIgo.dll file installed on your system (default: \Program Files\TELE DATA Inc\AMIgo) and select AMIgo.dll.