lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.