Thats a bug in plib. It is already fixed in the CVS version.
Cheers
Olaf
2006/1/24, Drew <[EMAIL PROTECTED]>:
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