Subject Re: [IBO] about external functions
Author Justas Janauskas
great thanks!

--
Justas

[skip]

Interbases passes all variables by pointer (reference for you
Pascalites). I did not notice this before. You should have...

function Test(var a: Integer): Integer; cdecl; export;

[skip]