lua-users home
lua-l archive

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


On Wed, Oct 5, 2011 at 3:52 PM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> that is indeed the file I'm using.
> I have tried with various exports but i still get the same errors.
> you think I should export all functions? the static ones can't be static
> when I export them..

Oh no, only that last luaopen_... function needs to be exported -
that's the only function Lua will call when loading the extension.

So that c_hook.c file, unchanged, gives errors on VS?  Can we see some
of the errors?

steve d.