Low Memory access error

2008-05-29 Thread Patrick Ouellet
Ok I had the "MyApps" 1.0 has just read directly from NULL (memory location zero) I know what it mean, but I want to know to to solve this problem... What am I doing wrong. These are my global variable: UInt CurChar = 0; CharPtr TempCode[5]; This is my code: static Boolean MainFormHandleEvent

Re: Low Memory access error

2008-05-29 Thread Patrick Ouellet
Thanx ... and for the braket... Personnaly I always put them.. where there's none... it's generated code... -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Low Memory access error

2008-05-29 Thread Richard Hartman
Patrick Ouellet wrote in message <[EMAIL PROTECTED]>... > >Ok I had the "MyApps" 1.0 has just read >directly from NULL (memory location zero) > >I know what it mean, but I want to know to to solve this problem... >What am I doing wrong. > >These are my global variable: > >UInt CurChar = 0; >Char

Re: Low memory access error from FlpAToF

2002-03-09 Thread Ben Combee
"Simon Heaton" <[EMAIL PROTECTED]> wrote in message news:79351@palm-dev-forum... > > Hi There, > > I have a problem which is driving me nuts at the moment. The following > code fragment: > > FlpCompDouble fDouble; > fDouble.fd = FlpAToF("1.2")

Low memory access error from FlpAToF

2002-03-09 Thread Simon Heaton
Hi There, I have a problem which is driving me nuts at the moment. The following code fragment: FlpCompDouble fDouble; fDouble.fd = FlpAToF("1.2"); Is causing POSE to barf a "Low memory access" error. What is going on here? I have found a couple of articles on the

Re: Low Memory access error

2000-07-13 Thread Richard Hartman
Patrick Ouellet wrote in message <17299@palm-dev-forum>... > >Ok I had the "MyApps" 1.0 has just read >directly from NULL (memory location zero) > >I know what it mean, but I want to know to to solve this problem... >What am I doing wrong. > >These are my global variable: > >UInt CurChar = 0; >

Re: Low Memory access error

2000-07-13 Thread Patrick Ouellet
Thanx ... and for the braket... Personnaly I always put them.. where there's none... it's generated code... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Low Memory access error

2000-07-13 Thread Nesse, Rustin
>-Original Message- >From: Patrick Ouellet [mailto:[EMAIL PROTECTED]] >Sent: Thursday, July 13, 2000 11:39 AM >To: Palm Developer Forum >Subject: Low Memory access error > > >Ok I had the "MyApps" 1.0 has just read >directly from NULL (memory locatio

Low Memory access error

2000-07-13 Thread Patrick Ouellet
Ok I had the "MyApps" 1.0 has just read directly from NULL (memory location zero) I know what it mean, but I want to know to to solve this problem... What am I doing wrong. These are my global variable: UInt CurChar = 0; CharPtr TempCode[5]; This is my code: static Boolean MainFormHandleEven