lua-users home
lua-l archive

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


> I didn't realise that endianess was an issue with lua.

It wasn't until 5.0 but this changed in 5.1. Sorry.

> It sounds like we've got to have multiple compiled versions of code at
> the host for each endian type then ... ?

If endianness is the only difference in the clients, then you can use
the lundump.c that I posted earlier today.
--lhf