lua-users home
lua-l archive

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


> > My investigation (which would be better verified by somebody with
> > more knowledge in Lua sources) shows that these crashes are due to
> > foo.dll attempting access to dummynode_ static variable in Lua5.1.dll.
> 
> This is well known and has been mentioned in the archives. The answer of
> course is make sure not to link more than one Lua core into your app!

see http://lua-users.org/lists/lua-l/2008-01/msg00671.html

-- Roberto