[fpc-pascal] thiscall
dmitry boyarintsev
skalogryz.lists at gmail.com
Fri Jun 5 21:38:40 CEST 2009
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
More information about the fpc-pascal
mailing list