From: "Eric West" <[EMAIL PROTECTED]>

> Is it possible that you are running out of memory on the emulator? The
> amount of memory that the emulator has is user-adjustable.
>

You may be right on the amount of memory. It seems to load ok on my Win98 system but not on my NT. I'll check that out on Monday.

However, after loading the program, and any other program I have loaded, I get errors whenever a new form is opened or any alert is opened.

Everything on my app works fine on the emulator except when I tap
a button5 that will eventually add a new record. Right now it just
displays an alert. Here is the code:

if (event->data.ctlEnter.controlID == Button5 ) // New
{
if(!FrmCustomAlert(altSure, "You are about to add a new Record.",,0000,8000,0000">""))
{
//Button5_ctlEnterEvent(id);
handled = 1;
}
}

This is the only code associated with the button that causes the
problem. So, I assume it has to do with an error in puttin up the alert. On the palm the alert pops up just fine.

Here is the specific error:
"MyApp has just written directly to memory manager data structure".

There is a 'continue', 'debug', 'reset' button. If I tap 'continue',
I get an additional popup that says:
"During a regular checkup, Poser determined that the dynamic heap got corrupted. The lock count for a fixed block was not 15".

Anyone know what is going on? The code that causes this seems correct.

> Also- the quality of the responses that you will get will increase
> in direct proportion to the level of detailed information about
> your system that you provide; desktop OS, Palm version, POSE > version, CW version, etc....

Win98, PalmIIIx, POSE version 2.1d24, Gcc compiler



> Hope this helps,
> Eric
>
> -----Original Message-----
> From: Mike Davis <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Thursday, March 25, 1999 7:07 PM
> Subject: Re: File won't install on POSE - Why?
>
>
>
> > Sure you're loading the correct file ? Your message says something.pr
> > - should be something.prc
>
> That's a typo on my part. I'm loading the right file. someone
> said 513 error is " 513 is dmErrMemError". Anyone know what that means.
>
> Like I said, the app works fine on the Palm and I can't see anything
> wrong with it. The dmErrMemError seems consistent with what is
> going on; can't load program. But why not?
>
> What causes this error?
>
> > Ray
> >
> > Michael S. Davis wrote:
> >
> > > I still don't have an answer to why I cannot install
> > > an app, that I am working on, to POSE that installs
> > > and runs just fine on my palm.
> > >
> > > I get: "Cannot install something.pr, Palm OS error 513".
> > >
> > > Anyone?
> > >
> > > ----------------------------------------------------
> > > Shoot-to-Win
> > >
> > > Protect the 2nd Amendment
> > > ----------------------------------------------------
> >
> >
>
>
> --
> -----------------------------------------------------------------
> Discussion Group: http://www.halcyon.com/ipscone/wwwboard/
>
> Protect your constitutional rights. Your favorite one may be next!
> -----------------------------------------------------------------
>
>
>


--
-----------------------------------------------------------------
Discussion Group:        http://www.halcyon.com/ipscone/wwwboard/

Protect your constitutional rights. Your favorite one may be next!
-----------------------------------------------------------------


Reply via email to