lua-users home
lua-l archive

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


But now I compiled it again, with the same configration, and it works !?

This sounds like PCHS (pre-compiled headers syndrome).

When you change a central header file (especially when you change a define or add a virtual function) make sure you recompile your whole project.