Re: [Flightgear-devel] Compiling Under Windows

2007-05-09 Thread Mohamed Shiraz
Hi FG does compile under MSVC8 with WIn XP Which version are you trying to compile? Am compiled FlightGear 0.9.10. If FG compiled successfully, and stops at run time, the problem often lies in the data. Do you have the >>right data for the version you are compiling? I had installed Flight

Re: [Flightgear-devel] Compiling Under Windows

2007-05-09 Thread Vivian Meazza
found in the console rather than any debugging message. Vivian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mohamed shiraz tk Sent: 09 May 2007 13:49 To: flightgear-devel@lists.sourceforge.net Subject: [Flightgear-devel] Compiling Under Windows

Re: [Flightgear-devel] Compiling Under Windows

2007-05-09 Thread Csaba Halász
On 9 May 2007 12:49:02 -, mohamed shiraz tk <[EMAIL PROTECTED]> wrote: > > The debugger stops at > > __declspec(noinline) > void __cdecl _CRT_DEBUGGER_HOOK(int _Reserved) > { > /* assign 0 to _debugger_hook_dummy so that the function is not folded > in retail */ > (_Reserved); >

[Flightgear-devel] Compiling Under Windows

2007-05-09 Thread mohamed shiraz tk
Hi All Excuse me if this has been asked many times. I am posting after a lot of searches. After taking so much time, I compiled flightGear under window xp using MSVC8. But when I run it it crashes after the splash screen "Reading airport & navigation data" The debugger stops at __declspec