Jump to content
The simFlight Network Forums

Sun

Members
  • Posts

    1
  • Joined

  • Last visited

About Sun

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Sun's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm using FSUIPC, FS2002, and MFC. I'm using MFC with MS visual C++ 6.0, so I can't use float64. Visual C++ doesn't support C99 standard but C90. So I can't extract six velocity data(x, y ,z, pitch, bank, and heading) because I can't use float 64. Is there any way extracting these data without float64. I know latitude and longitude can be extracted by dividing the data(dHi, dLo). Therefore I think there is a way to get velocity without float64 data type. If it can't be, please let me know how I can use float64 with MFC. Thanks. :wink:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.