Am 20.01.2017 13:18 schrieb "fredvs" <fi...@hotmail.com>:
>
> Thanks very much for answers.
>
> @ silvioprog:
>
> >  using that function as callback with some (C/C++) library?
>
> Yes and check its parameter calling convention is ok.

You shouldn't use Pascal arrays when interfacing with C/C++ code as
especially dynamic arrays have a different format (though you can pass a
pointer to the first array element).

Maybe show us how the original C function looks like.

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to