Conventions

 

Accueil  Précédent  Suivant

 

 

 

The constants, types and routines of NDK are desribed in this manual. Their declarations are given in three frequent languages :

 

C  -  C ANSI normalisation
C++  - C++ Builder  reference
Pascal  -  Delphi reference

 

The calling convention is always the standard convention (__stdcall) :

Argument-passing order right to left;
Called function pops its own arguments from the stack;

 

You must use this calling convention when you write your application in order to call a NDK routine.

Depending upon the IDE or the compiler, the declaration modificators may vary. The examples from the "MonaEx70.h", "MonaEx70.pas" files are not contractual.

 


NETRAL Neuro Developer Kit version 7.0