Re: [fpc-pascal] thiscall

2009-06-05 Thread Jonas Maebe
On 05 Jun 2009, at 21:38, dmitry boyarintsev wrote: does FPC supports thiscall convention No, it doesn't. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] thiscall

2009-06-05 Thread dmitry boyarintsev
hello! does FPC supports thiscall convention, at least for windows COM Interfaces? http://en.wikipedia.org/wiki/X86_calling_conventions#thiscall Yes, i know, microsoft states that COM intefaces should use safecall convention. But there's at least 2 interfaces, i know, that're using thiscall, inst