Hey All,
 
I'm in the process of upgrading from Visual Studio 2003 to 2005, and am trying to get FlightGear to compile.  However, in fg_os.c line 141when 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

_expression_: ("Invalid file open mode",0)

 

It may not be a MSVC 2005 specific issue, as I may have re-installed the glut libraries incorrectly, but I can't seem to be able to fix the problem.  If anyone has any suggestions as to how to fix this, please let me know.

 

Drew

Reply via email to