Hi,
is anybody on this forum who use latest lua52.lib in purebasic? If i replace old version of lua (5.1.2) with the latest (5.2.1) then polink not found some "functions" like lua_call, lua_pcall, lua_tonumber. I tested all versions from page http://sourceforge.net/projects/luabina ... es/Static/ and my code is based on this source http://www.realsource.de/downloads/doc_ ... pb-include . It looks like, that new version contains only lua_callk, lua_pcallk, lua_tonumberx. But if I use these functions, then my executable crached. Can You please help me?
Thanks peterb