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(noinline)
void __cdecl _CRT_DEBUGGER_HOOK(int _Reserved)
{
    /* assign 0 to _debugger_hook_dummy so that the function is not folded in 
retail */
    (_Reserved);
    _debugger_hook_dummy = 0;   //===========>> stop at this line
}


Any idea as to why this happens.

I am sure I have successfuly added all the dependancy. Otherwise Flight Gear 
wont compile, right? 

Please someone please help me.

Regards
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to