Re: [fpc-pascal] Header translation, argument list, array of const?

2012-06-30 Thread Bernd
2012/6/30 Sven Barth pascaldra...@googlemail.com: Your explanation is very nice and mostly correct, but in case of external cdecl functions in FPC the varargs modifier and a array of const parameter imply the same C compatible parameter passing in the compiler. See also here:

Re: [fpc-pascal] Header translation, argument list, array of const?

2012-06-30 Thread Sven Barth
Am 30.06.2012 12:50 schrieb Bernd prof7...@gmail.com: 2012/6/30 Sven Barth pascaldra...@googlemail.com: Your explanation is very nice and mostly correct, but in case of external cdecl functions in FPC the varargs modifier and a array of const parameter imply the same C compatible