Csongor Istvan Nagy wrote:
Hi!
Does anybody have an ideea, why the same aplication storing many
data in
pdbs works well on a Tungsten W, and hangs up on a Tungsten E or T.
Maybe I missed something trivial.
The Tungsten W runs OS 4.1, while the others are running OS 5. The
Tungsten T does not have NVFS, which suggests some other problem to me.
Many shortcuts and tricks that work under OS 4 and before fail under
OS 5.
Since your application is OS 4 compatible, I recommend running in the
Emulator (with debug ROMs), not the Simulator, and fixing any bugs
encountered.
Also, as documented on
http://www.palmos.com/dev/support/docs/palmos50/#ARM
A highly recommended way to test for access to unsupported structures
is to add "#define DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS" before
including <PalmOS.h> into .c and .cpp files; this causes the compiler
to flag incorrect accesses during compile time. (This is turned on by
default in the 4.0 SDK Update.)
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/