Thanks again. As you can tell I am new to Palm Development. I'm getting quite accustomed to PODS but sadly I can't use it for my plans. I will have to get myself a copy of Codewarrior.
As for the Debugger issue, I already defined __OS5DBG__ Thanks again for your help. --- Ben Combee <[EMAIL PROTECTED]> wrote: > At 09:54 AM 9/15/2004, you wrote: > >Hello again, > > > >I found out that when I remove the AdbDebugxxx > >statements in the PNO code, the app doesn't crash > on > >the device. What may cause this? > > It sounds like you aren't initializing the debugger > nub correctly. Are you > providing the proper define (__OS5DBG__) for > AdnDebugMgr.h to tell it > you're running on an OS 5 device? > > >I'm looking into purchasing the palm universal > serial > >cable or a serial cradle? Will any of the two will > do? > > For a T2, you need a serial cable that supports the > Palm Universal Connector. > > >Also, can I know what are the limitations of PODS > in > >PNO. I just want to know so I could abort using > PODS > >now if it is impossible to pursue my project. I'm > >working on a rather ambitious program. > > The current PNO support in PODS is lacking: > > 1) floating point math > 2) integral division > 3) global variable support > 4) C++ runtime > 5) OS interface library (like CW's PACEInterface) > > The first two items will be fixed in the next PODS > release. > > > -- Ben Combee, Technical Lead, Developer Services, > PalmSource, Inc. > "Combee on Palm OS" weblog: > http://palmos.combee.net/ > Developer Fourm Archives: > http://news.palmos.com/read/all_forums/ > > > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see > http://www.palmos.com/dev/support/forums/ > __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
