lua-users home
lua-l archive

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


Right of course, I forget I was using precompiled lua code. Working much better now.  THX AGRW

On 10/5/06, Luiz Henrique de Figueiredo < lhf@tecgraf.puc-rio.br> wrote:
> 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