Chapter 8. Delphi Bindings

These functions allow you to interact with the FANN library from Delphi.

This extension requires the FANN library, version 1.2.0 or later.

This extension can be downloaded from the FANN library download section.

This Delphi binding is provided by Maurício Pereira Maia (mauricio@uaisol.com.br)

8.1. Delphi Install

Make sure to make and install the fann library first. Put the file fannfloat.dll in your PATH. (If you want to use the fixed version you should define FIXEDFANN on fann.pas). Include fann.pas in your project and in your unit uses clause, and have fun! See the XorConsole sample for more details.


SourceForge.net Logo