lua-users home
lua-l archive

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


> As an example:
> 
> > LUAI_FUNC and LUAI_DATA/LUAI_DDEC are declared for proper export
> > with _delcspec(dllexport)
> > under _MSC_VER just like already done for LUA_API and LUALIB_API.  I
> > needed this for luac.exe.
> 
> Are you really exporting all static functions in Lua? What is the exact
> problem with luac that prompted that change?

Sorry, I messed up LUAI_* with static. (Anyway, the remark about what
is the exact problem you are trying to solve stands.)

-- Roberto