lua-users home
lua-l archive

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


> My first problem seems related, of course to integer sizes & pointers.

Old precompiled code will not be compatible a move to 64 bits.

> Anyone got any hints as to how to fix this?

If you need to use old precompiled code, then you can remove that test
and change LoadSize to do the right thing.
--lhf