Thanks to the updated Visual C++ 2005 instructions, I was able to compile what 
I needed this afternoon (FINALLY!!!).

Thanks for any who were considering helping.

P.S. - If anyone is interested in obtaining the executable, send me an email.

----- Original Message ----
From: Justin <[EMAIL PROTECTED]>
To: flightgear-devel@lists.sourceforge.net
Sent: Tuesday, January 30, 2007 8:49:25 PM
Subject: [Flightgear-devel] Need a Windows compile for cockpit in external views

Hello all!

I've been trying to compile FlightGear 0.9.10 using both Cygwin and VS 2005 for 
about two weeks now, and I still can't get the thing to compile.  I need to 
compile it for only one reason:  I need to be able to view the panel in any 
external view no matter what the viewing direction.  If someone with the 
ability to compile FlightGear 0.9.10 on Windows could do this for me and email 
me the resulting executable (FG 0.9.10 stable only please), I'd greatly 
appreciate it.  There are four lines in the panel.cxx file that need to 
commented
 out in order to do this.  See the following:

////////////////////////////////////////////////////////////////////////
// Global
 functions.
////////////////////////////////////////////////////////////////////////

bool
fgPanelVisible ()
{
     if(globals->get_current_panel() == 0)
    return false;
     if(globals->get_current_panel()->getVisibility() == 0)
    return false;
     if(globals->get_viewmgr()->get_current() != 0)   <-- Comment out 
    return false;       <-- Comment out
     if(globals->get_current_view()->getHeadingOffset_deg() * 
SGD_DEGREES_TO_RADIANS != 0)  <-- Comment out
    return false;    <-- Comment out
     return true;
}

Thanks a ton to anyone who will help!!!

I'll reply here as soon as I get something that works.

My
 email:

[EMAIL PROTECTED]

THANKS!!!!











Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.







We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures 
list.-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel







 
____________________________________________________________________________________
Food fight? Enjoy some healthy debate 
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to