Re: "routine does not exist" error

2005-12-14 Thread Logan Shaw
[EMAIL PROTECTED] wrote: I'm running on an emulator. So, it is a problem with what the emulator supports rather than something I didn't link into my application? Yes, most likely. System calls on Palm OS are done by calling traps. No link editing is necessary to do that. The compiler just pu

RE: "routine does not exist" error

2005-12-14 Thread Bonnie.Zeller
05 1:24 PM To: Palm Developer Forum Subject: Re: "routine does not exist" error [EMAIL PROTECTED] wrote: > I have a multi-segment application that gets the following error > calling the VFSFileOpen() function: > > "myapp called Palm OS routine #0xA348 (FileSystemDisp

Re: "routine does not exist" error

2005-12-14 Thread Logan Shaw
[EMAIL PROTECTED] wrote: I have a multi-segment application that gets the following error calling the VFSFileOpen() function: "myapp called Palm OS routine #0xA348 (FileSystemDispatch). This routine does not exist in this version of the Palm OS. " The PalmSource error page says that this i