by "Lucian Tomuta" <tomutal@[EMAIL PROTECTED]
>
Sep 20, 2004 at 01:09 PM
71
This panic is raised when TRAPs have been nested and an attempt is
made
to exit from a TRAP nest level before all the cleanup items belonging to
that level have been popped off the cleanup stack.
So you should check your CleanupStack usage. Make sure that all thing
pushed are popped out before exit ...
HTH,
Lucian
"Gaurav" <gauravj_home@[EMAIL PROTECTED]
> wrote in message
news:def721d7.0409170625.840da8e@[EMAIL PROTECTED]
> Hi,
> I added the ErrRd file to my C:\system\Bootdata directory on the
> device. After this I ran a program which accesses the database using
> RDbs object. Its a console application. It runs to completion, doing
> all that is required of it and then exits with a "App. closed Main
> E32User-CBase 71" message. what is this error. where can i get the
> description of other panic codes.
>
> Gaurav Jain