lua-users home
lua-l archive

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


2010/9/20 l.jay Yuan <pass86@gmail.com>:
[...]
> If GetSameIDs() not call in UI event callback it is OK.
> I find this: http://lua-users.org/lists/lua-l/2008-01/msg00669.html
> I change the ltable.c(75) to "static volatile const Node dummynode_ = {"
> And I rebuilded lua, tolua++.
> The crash do not be fix.
> OMG, I am in misery...
> SOS...

Read the rest of that thread. You likely have two (or more) copies of
Lua linked into your application. Eliminate the copies and your
problem will be solved.

-- 
Dirk