[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.0 with Windows XP x64
- From: "Andrew Wilson" <agrwagrw@...>
- Date: Thu, 5 Oct 2006 12:50:59 -0400
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