Jump to content
The simFlight Network Forums

SimulAir

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by SimulAir

  1. Hi, I'm trying to use the Lattidude and the Longitude Fsuipc offset (0560 & 0568). Both offset are a 64 bit. So in my C++ project, i have created a __int64 variable call FsLattidude and FsLongitude. I need to convert these value to obtain the Lattidude and Longitude information in N45* 50.70' W73* 46.36' type. How can i do it? I tryed to use the expression specified (#*90/(10001750*65536*65536)for Lattidude and (#*360/(65536*65536*65536*65536)) for Longitude) but i'll get an error when i'm doing the compilation of the software. The error type is the integral constante is too small. Thank you for the information.
×
×
  • 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.