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,
instead of safecall (Microsoft headers bug).
I have a delphi code that hacks and constructs a proper thiscall using
assembler. But i'd prefer not to use hacks.

thanks,
dmitry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to