[Flightgear-devel] compilation problems with MSVC 2005

2007-11-05 Thread Georgi Ivanov
Hi I am trying to compile FlightGear 0.9.10 with Visual Studio 2005. However, in fg_os.c line 141 when the following code executes I get an error. void fgOSMainLoop() { glutMainLoop(); } The error from Visual Studio says: Debug Assertion Failed! Program: ... File: _open.c Line: 201

Re: [Flightgear-devel] compilation problems with MSVC 2005

2007-11-05 Thread Sergey
Hello Georgi, you might want to replace your version of plib with that on my site in archive http://www.sim-ai.org/FlightGear0.9.11beta1completecode.zip from http://www.sim-ai.org/FlightGearlesson.htm the problem is in plib ac reader where wrong open file option is set. ( the only difference

Re: [Flightgear-devel] compilation problems with MSVC 2005

2007-11-05 Thread Vivian Meazza
Sergey Sent: 05 November 2007 15:38 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] compilation problems with MSVC 2005 Hello Georgi, you might want to replace your version of plib with that on my site in archive http://www.sim-ai.org