Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread Erik Hofman
乌兰巴根 wrote: Hi guys: I ever successfully build and run the flightgear-1.9.1 under WindowsXP by MSVC90. It is a great work and very interesting. Last week I download the source packege of flightgear-2.0.0. Build the source of flightgear is OK, but when step to debug, there is an

Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread Frederic Bouvier
- Erik Hofman a écrit : 乌兰巴根 wrote: Hi guys: I ever successfully build and run the flightgear-1.9.1 under WindowsXP by MSVC90. It is a great work and very interesting. Last week I download the source packege of flightgear-2.0.0. Build the source of flightgear is OK, but

Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread James Turner
On 16 Mar 2010, at 08:43, Frederic Bouvier wrote: Durk use exceptions to return errors. FP means Flight Plan, not Floating Point. That's normal program execution, but it's really annoying when you want to debug because all these exceptions are a performance killer for the debugger, and it

Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread 乌兰巴根
-- 原始邮件 -- From: James Turner zakal...@mac.com Reply-To: FlightGear developers discussionsflightgear-devel@lists.sourceforge.net To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Subject: Re: [Flightgear-devel] Microsoft C++ exception

Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread Frederic Bouvier
- James Turner a écrit : On 16 Mar 2010, at 08:43, Frederic Bouvier wrote: Durk use exceptions to return errors. FP means Flight Plan, not Floating Point. That's normal program execution, but it's really annoying when you want to debug because all these exceptions are a performance

Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread James Turner
On 16 Mar 2010, at 11:12, Frederic Bouvier wrote: I've changed this code to stop using exceptions-as-return values - I believe the fix should be in 2.0.0, but I'm not 100% positive about that. I am pretty sure it is not I committed the fix on 19th February, it seems - evidently that

Re: [Flightgear-devel] Microsoft C++ exception: FP_Inactive

2010-03-16 Thread Frederic Bouvier
- James Turner a écrit : On 16 Mar 2010, at 11:12, Frederic Bouvier wrote: I've changed this code to stop using exceptions-as-return values - I believe the fix should be in 2.0.0, but I'm not 100% positive about that. I am pretty sure it is not I committed the fix on 19th