Re: [Opengc-devel] opengc 0.3 under windows xp
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Damion S. <dam...@ho...> - 2002-10-29 17:27:36
|
Forgot to hit "reply all"... -------- Hmmm.... I should probably package that DLL with the download - you're not the first person to run into problems with it. But, if OpenGC is able to start at all, that's probably not the problem. Did you verify that the font path is correct (by actually checking for arial.ttf at the location specified by opengc.ini). The hang that you're describing suggests that the font path is not correct. On my Win2000 machine, the font path is C:/WinNT/Fonts/ - I don't have an XP machine available to look at at the moment. Let me know if you discover anything. Cheers, -Damion- ----- Original Message ----- From: Rick Marsico To: ope...@li... Sent: Tuesday, October 29, 2002 9:04 AM Subject: [Opengc-devel] opengc 0.3 under windows xp Any advice on getting this to work? First time around I received a message saying MSVCP70.DLL was missing. I downloaded and installed version 7.0.9064.0 of the dll (it's the only one I could find). Now I see the following two messages in a dos box "ogcAppObject constructed" and "ogcFontManger constructed". Things hang right there with the processor pegged at 100%. My OpenGC.ini follows. Rick # OpenGC - The Open Glass Cockpit Project # This is a sample initialization file # It will probably _NOT_ work on your system without changing paths #--------BASE INITIALIZATION # These attributes must always be present, in order, and valid NAV DATABASE PATH C:/temp_opengc/navbase/ FONT PATH C:/WINDOWS/Fonts/ DATA SOURCE FSUIPC #X-Plane #Flightgear RENDER WINDOW 0 0 1024 768 #--------EXTRA INITIALIZATION # May or may not be applicable # Flightgear network setup NETWORK 5800 5700 192.168.2.10 # Root definition for Flightgear OGCROOT C:/temp_opengc/opengc #--------GAUGE INITIALIZATION # An arbitray number may be present NEWGAUGE Boeing777PFD 10 10 0.75 0.75 ENDGAUGE NEWGAUGE Boeing737EICAS 160 10 0.75 0.75 ENDGAUGE ## Legal gauge names listed below # Boeing777PFD # Boeing777EICAS # BoeingNav # Boeing737PFD # Boeing737EICAS # Boeing737NAV # Boeing737AnalogFlaps # Boeing737VerticalSpeedDigital # BoeingAFDS # Keypad |