Subj : Re: malloc() To : borland.public.cpp.borlandcpp From : Gerhard Wolfstieg Date : Tue Jun 22 2004 11:25 pm Jan Vernimmen am Dienstag, 22. Juni 2004 17:59: .... > Using breakpoints did not work. I've written lines to a debugfile and > could approach a suspicious part. > At this point I copied manual text-input to a buffer, better say changing > text ( say input the next char in a line) in an Why not use Codeguard which comes with BC 5.x? It's a wonderful tool just for things like this -- and easy to use. E.g. you are shown when your programm is writing beyond the end of allocated memory ... Gerhard .