From: Adriano d. S. F. <adr...@gm...> - 2011-03-30 22:07:24
|
On 30-03-2011 18:35, Vlad Khorsun wrote: >> stdcall is incompatible with our approach to upgradeInterface. > > Why ? I see no reason for it. > We add methods to vtable, which expect single "status" parameter, but user may call this methods with many parameters. Only cdecl would handle this. Adriano |