lua-users home
lua-l archive

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


Hi,
I have a big problem with passing pinter to LUA. In LUA documents, they say
that programers can use LUA number (in fact a double type!) but it sounds
not safe at all when storing pointer in a double number form! How can I
solve this problem?