I have understood my error, i passes i for itemList but I don't use all the i, I solve this problem with another UInt8 which I increase when it's needed.
Sorry for my mistake. Regards, Helene > Then chances are you are misallocating memory for either itemList or > charTemp. More than likely, itemList points to invalid memory or not > enough. > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Tuesday, September 24, 2002 5:41 AM > Subject: Re: Memory problem > > > When I use the CodeWarrior debugger, it stops on : > StrCopy(itemList[i],chrTemp); > > Greets > > Helene > > > > Hey, > > > > when you use the debugger of your developement-environment it should point > to the > > line that causes the error! What do you use? > > www.falch.net sells a very good one and you can download a trial first ... > > > > Greets > > SL > > > > On 24 Sep 2002 at 10:47, [EMAIL PROTECTED] wrote: > > > > > Hello, > > > > > > I have a problem with my program : "MyAplli just wrote to memory > location 0x0003AC74, which is in Memory Manager data Structures". > > > > > > It seems it is a memory problem but I don't know where. Here is my code: > > > > > > [...] > > > > > > Where there is CPDB it is just some things to use DataBase. > > > > > > if you have an answer, I have passed 3 days on it and I don't know where > there is a problem. > > > > > > Thanks, > > > > > > Helene > > > > -- > > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > ------------------------------------------ > > Faites un voeu et puis Voila ! www.voila.fr > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see >http://www.palmos.com/dev/support/forums/ > ------------------------------------------ Faites un voeu et puis Voila ! www.voila.fr -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
