In article <92362@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi , > I have two problems with code warrior IDE one is with code warrior 7. > > 1. With Code Warrior 6 - > After debugging application , when I am trying to run the application it > is now allowing to run or to debug the application second time. For that I > have to colse the IDE and I have to open it again to run the application. > How to avoid this.
If you're using Windows 2000 or newer, you need to download a debugger patch for CodeWarrior for Palm OS R6 from www.metrowerks.com. This fixes the "debug-only-once" problem. > 1. With Code warrior 7- > Is it possible to develop the application for Palm OS 3.0, I am not able > to compile the code wich is from code warrior6. Because CW6 uses Pilot.h and > CW7 uses PalmOs.h. You can use any Palm OS SDK to develop software for older devices. You could use the current 5.0 SDK to develop software for the PalmPilot Professional running OS 2.0 if you wanted. The key is to avoid calling functions that aren't supported on the old devices -- if you do that, your software should work on old devices and new ones too. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
