Emulator error.
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.