lua-users home
lua-l archive

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


Thanks to Claudio and Roberto for their answers to my previous mail!

I asked a friend who has CodeWarrior Pro 3 to take a look at the 68K
Processor Code Generation settings in the lua31lualib.prj file, which I
wasn't able to open with my old CodeWarrior 11. The solution to my problem
seemed to be checking these options:

   4-byte Ints
   8-byte Doubles

   Far Data
   Far Method Tables
   Far String Constants

That kind of details is not my favourite topic ;)

Sincerely,

Jon Kleiser