>I'm getting the error in the subject above when calling DmNewRecord() with
>what appears to be valid arguments in the debugger.

Seems like you must be using Palm OS 3.1... line numbers change between OS
releases, as we work on the code :-)

This is also a place that the OS should be returning an error code, and
will if you just continue through the ErrFatalAlert.  The debugger will let
you keep on going, though it might take some messing with the PC register...

You could get this error for a couple of different reasons.  The database
could be opened read-only, or not a record database, or you could be out of
memory, or the internal call to DmAttachRecord could have failed.

-David Fedor
Palm Developer Support


Reply via email to