lua-users home
lua-l archive

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


On Tue, Apr 1, 2014 at 10:42 AM, Moose <moose@posteo.de> wrote:
> this describes exactly where I got stuck with my experiments. However, the
> proposed answer does nothing for me. I still get the "cannot resolve symbol
> 'barfunc'." error, even with the same example. So it may be a platform
> specific issue. I am on Windows x64, MSVC9 here (Visual Studio 2008).

Sounds like the FFI isn't able to find the symbol within the
executable (embedded LuaJIT, I'm assuming).  Does the executable
export anything? (try dump the symbols).  And why not use LuaJIT DLL?

Also, since this is a luajit specific question, try the luajit mailing
list - they're very responsive.