I'm compiling FG from CVS sources on MSVC .NET. As you can imagine, it didn't exactly work out of the box. ;)
I'll post diffs after I get it running, but for now here's one particular bug that should be cross-platform compatible *grin* panel.cxx line 560: bool FGPanel::doMouseAction (int button, int updown, int x, int y) should return something, and it doesn't. I just stuck a "return false" at the end, let me know if this is not kosher for any reason, or if the function decl. should be changed. --nick _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
