lua-users home
lua-l archive

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


>So if someone wants to build a DLL, they just do:
>
>#define LUA_API extern __declspec(dllimport)
>
>or whatever the proper syntax is?

Yes. This has been discussed here. Search the archives for __declspec.
See for instance
	http://lua-users.org/lists/lua-l/2001-08/msg00158.html
--lhf