[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Standard calling convention on Windows?
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 27 Jul 2009 18:11:24 +0200
On Mon, Jul 27, 2009 at 5:37 PM, King, Mike<MKing@klmicrowave.com> wrote:
> Is there a standard calling convention for building the Lua DLL on Windows?
> The Lua DLLs I’ve seen from a couple of projects are not using the __cdecl
> convention. Is the standard __stdcall? Is there a standard?
They are exported as just plain cdecl C functions.
steve d.