> From: Bert Ramsay [mailto:[EMAIL PROTECTED]] > it is not clear whether this is the appropiate forum to get the answer
Emulator-Forum would be better for discussing the warning message itself, but Palm-Dev-Forum is the place for the actual problems in your application that cause the warning. > "CHEMiCALC [2.1] just wrote to memory location 0x00005cc0, which is > in the 'attr' field of the form control obj starting at 0x0005cb2 This means the programmer (not the inventor) did some Bad Things in the code. It works up through OS 4.1 but won't work in 5.0 and beyond, so the emulator is nice enough to warn you about it. The code needs to be fixed. > Given that the application works fine on the Emulator on my computer > here, I am at a loss as to what may be the cause of this error message > that prevents me from running it on the Emulator on my notebook computer. One computer is running either an older version of POSE that doesn't have this warning, or a more current version that has the warning disabled. You should always run the latest POSE, so make sure to upgrade if needed. > I need this capability for a computer projection demo of my application. For demo purposes only, you can disable "UIMgr data access" in the emulator's debug options dialog box, and any other options as needed to make the demo run cleanly. Then make sure the code gets fixed for real so that it can run cleanly with all debug warnings enabled. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
