I should mention version info:
Plua 2.0 Copyright (C) Marcio Migueletto de Andrade
Lua 5.0.3 Copyright (C) 1994-2006 Tecgraf, PUC-Rio
Mac OS X port maintained by Cameron Kaiser: www.floodgap.com/software/macplua/
and
Intel
System Version: Mac OS X 10.5.4 (9E17)
Kernel Version: Darwin 9.4.0
Cheers....
--- In
plua@..., "Pal" <greenchile505@...> wrote:
>
> I wrote a quick app, and compiled it in OSX, and I receive no errors from the compiler.
>
> However, I am getting a weird error from the emulator when I attempt to drag and drop,
> which says "Could not install the Palm OS file "PluaApp.prc" because the file is too small
to
> contain all the information it claims to have."
>
> I then converted the ascii to doc format, loaded, compiled, and ran on real hardware
with no
> problem.
>
> Ideas?
>
> I suspect it is either a compiler issue or an OSX issue, because before posting this I
> attempted to compile this:
>
> -- temp.lua
> gui.main()
>
>
> ..and I am getting the same emulator error.
>