>Are you calling getDxByIndex within getDxByIndex? If you are, that may be >considered recursion, and I believe it is not allowed in the Palm OS. I'm not sure where you get your information, but this is false. There's no problem with recursion, per se, in applications written for Palm OS. You have to be careful with not overflowing the stack, but that's a general problem, and recursion isn't the only way to cause it. -- Keith Rollin -- Palm OS Emulator engineer
- parameter passing errors in debugger Samir Raiyani
- Re: parameter passing errors in debugger Dave Lippincott
- Re: parameter passing errors in debugger krollin
- Re: parameter passing errors in debugger Scott Johnson
- Re: parameter passing errors in debugger Samir Raiyani
