Re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread Frederic Bouvier
From: "Frederic Bouvier" <[EMAIL PROTECTED]> > I am fighting against a memory corruption for 2 hours and I solved it. > Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store > strings. > Here is the patch, hoping it will solve Curt's and Michael's problems : Dave already patched

Re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread David Megginson
Frederic Bouvier writes: > My new option parsing function is also working. You will receive it > soon. I've got it, and will take a look as soon as I'm done rebuilding with 3.2. Thanks, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _

Re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread David Luff
On 1/19/03 at 10:09 PM Frederic Bouvier wrote: >I am fighting against a memory corruption for 2 hours and I solved it. >Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store >strings. >Here is the patch, hoping it will solve Curt's and Michael's problems : > Oops, sorry. I've co

Re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread Frederic Bouvier
From: "David Megginson" <[EMAIL PROTECTED]> > Frederic Bouvier writes: > > > I am fighting against a memory corruption for 2 hours and I solved it. > > Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store > > strings. > > I'll cross my fingers. > > Frederic -- are the XML d

re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread David Megginson
Frederic Bouvier writes: > I am fighting against a memory corruption for 2 hours and I solved it. > Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store > strings. I'll cross my fingers. Frederic -- are the XML dialogs still working OK for you? All the best, David -- D

[Flightgear-devel] Memory corruption solved

2003-01-19 Thread Frederic Bouvier
I am fighting against a memory corruption for 2 hours and I solved it. Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store strings. Here is the patch, hoping it will solve Curt's and Michael's problems : D:\FlightGear\cvs\FlightGear\src>cvs -z3 -q diff -u ATC/ATCmgr.cxx Autopilo