Jump to content
The simFlight Network Forums

aznballer4221

Members
  • Posts

    2
  • Joined

  • Last visited

aznballer4221's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Not sure on that. The guy that has trouble lives in the US but got his MSFS from some country in Europe. Well here's the VB.NET coding I used to convert the offset: --- Dim PreLongitude As New FSUIPC.Offset(Of Long)(&H560) Dim PreLatitude As New FSUIPC.Offset(Of Long)(&H568) AcLongi = PreLongitude.Value * 90.0# / (10001750.0# * 65536.0# * 65536.0#) AcLati = PreLatitude.Value * 360.0# / (65536.0# * 65536.0# * 65536.0# * 65536.0#) --- But then, maybe his computer cultural settings are not setup right. I will check on that. Thanks, Wesley
  2. Hey Pete, I've been working on an ACARS for my VA recently and have come up on a little problem. When I use FSUIPC to get the longitude and latitude for foreign FS software (like FS2004 from Denmark), it will output the latitude and longitude with periods instead of commas (i.e. US version: 34.145, Denmark version: 34,145). Is there a FSUIPC offset that will tell me the country/language where the FS came from or will I just have to use my VB.NET skills to change them manually. Thanks, Wesley
×
×
  • 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.