How to use NDK with your programs.

 

Accueil  Précédent  Suivant

 

 

NDK is a dynamic link library(dll). This library exposes the inteface routines to then Non linear engine from Netral. It can be used like any other dll, depending on your development language.

       Delphi                

        Interface unit "MonaEx70.pas".

 

       C / C++        

 

       header file "MonaEx70.h";

       Librairy file "MonaEx70.lib";

       Deinition file "MonaEx70.def"

 

 

Interface routines are described in the interfaces files. Please find the complete documentation in this book.

 

 

 

CAUTION

 

NDK Interface routines are using the standard calling convention stdcall . This convvention is defined by :

 

Parameters are read from the right to the left
Fonction cleaning.

 

The calling routines must use this convention, as it is in the interface files "MonaEx70.pas" or "MonaEx70.h"

 


NETRAL Neuro Developer Kit version 7.0