[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Standard calling convention on Windows?
- From: David Manura <dm.lua@...>
- Date: Mon, 27 Jul 2009 23:29:33 -0400
On Mon, Jul 27, 2009 at 12:44 PM, King, Mike wrote:
> Both DLLs from LuaBinaries and Lua with Batteries export functions without the underscore prefix. When I build the DLL using C++Builder 2009, all of the exported functions have the underscore prefix. What am I missing?
Some comments on decl and related things are in [1-2]. If in doubt,
follow LuaBinaries (as well as Lua for Windows, which is based on
LuaBinaries).
[1] http://luabinaries.luaforge.net/configuration.html
[2] http://luabinaries.luaforge.net/manual.html