Jump to content
The simFlight Network Forums

yindengxie

Members
  • Posts

    112
  • Joined

  • Last visited

Everything posted by yindengxie

  1. Dear Mr. Pete Dowson, Thank you very much for your quick reply to my question. It it is convenient for you, PLEASE you send me a short sample program to write 0x560 Latitude and 0x568 Logitude to FSX . THANKS! Nice Weekend!
  2. Dear Mr. Pete Dowson, Today I use your FSUIPC 4 to read 0x560 Latitude and 0x568 Logitude from FSX , the values OK! However, I can not write values to 0x560 Latitude and 0x568 Logitude to FSX . In other words, I can not change (set) values to 0x560 Latitude and 0x568 Logitude to FSX . I request you to help me. THANKS!
  3. Dear Mr. Pete Dowson, Thank you very much for your detailed explanation! I am now using your FSUIPC-SDK-C program to write our simulator Longitude, Altitude, Pitch, Bank, Heading through your FSUIPC offsets 0x0560 to 0x0580 to FSX, to make scenery smooth movement. If there are any questions, I expect to get your help and supports. VERY MANY THANKS! 
  4. Dear Mr. Pete Dowson, Thank you very much for your supports for my question! I clarify my question as follows: We have our simulators and just want to use FSX or P3D as the Visual Scenery. Questions: Is it possible that we send (write) our simulator output values: Latitude, Longitude, Altitude, Pitch, Bank, Heading through your FSUIPC to FSX or P3D? THANKS!
  5. Hello Sir, At present, I am using FSX DVD for Windows XP and your FSUIPC 4. We want to use our simulator through FSUIPC to interface FSX or Prepar3D and FSX or Prepar3D are just as the Visual Scenery. Questions: What versions FSX or Prepar3D, can we write our simulator Latitude, Longitude, Altitude, Pitch, Bank, Heading values through FSUIPC to pass these Latitude, Longitude, Altitude, Pitch, Bank, Heading as Viewpoints Values to FSX or Prepar3D? THANKS!
  6. Hello Pete! Thank you very much for your help and support to my questions! At present, I am using FSX DVD for Windows XP and your FSUIPC 4. We want to use our simulator through FSUIPC to interface FSX or Prepar3D and FSX or Prepar3D are just as the Visual Scenery. Questions: What versions FSX or Prepar3D, can we write our simulator Latitude, Longitude, Altitude, Pitch, Bank, Heading values through FSUIPC to pass these Latitude, Longitude, Altitude, Pitch, Bank, Heading as Viewpoints Values to FSX or Prepar3D? THANKS!
  7. Hello Sir, Can I write Viewpoint Latitude, Viewpoint Longitude, Viewpoint Altitude, Viewpoint Pitch, Viewpoint Bank and Viewpoint Heading Values to FSUIPC Offset: 0x05B0 - 0x05D0? THANKS!
  8. Hello Sir, I buy the FSX and download FSUIPC 4 unregistered version, and I use the example C program to interface FSUIPC to get FSUIPC_Version, FSUIPC_FS_Version as well Time from FSX. VERY GOOD. However, I want to get (read) 0x570 Altitude values, but the Altitude values are always 0. Questions: 1) It is because the FSUIPC 4 is not registered, so that the Altitude values always are 0. or 2) It is because my program problem, so that the Altitude values always are 0. 3) How to pay money to register FSUIPC to get the registered key code, I am in Vienna. The read Altitude program is as follows: if (!FSUIPC_Read(0x570, 4, AltitudeChar4, &dwResult) || !FSUIPC_Process(&dwResult)) { AltitudeOk = FALSE; printf (" Read AltitudeFra Error! \n"); } else { AltitudeFra = atoi(AltitudeChar4); } if (!FSUIPC_Read(0x574, 4, AltitudeChar4, &dwResult) || !FSUIPC_Process(&dwResult)) { AltitudeOk = FALSE; printf (" Read AltitudeInt Error! \n"); } else { AltitudeInt = atoi(AltitudeChar4); printf("Altitude = %d.%d \n", AltitudeInt, AltitudeFra); }
  9. Hello Sir, I buy the FSX and download FSUIPC 4 unregistered version, and I use the example C program to interface FSUIPC to get FSUIPC_Version, FSUIPC_FS_Version as well Time from FSX. VERY GOOD. However, I want to get (read) 0x570 Altitude values, but the Altitude values are always 0. Questions: 1) It is because the FSUIPC 4 is not registered, so that the Altitude values always are 0. or 2) It is because my program problem, so that the Altitude values always are 0. 3) How to pay money to register FSUIPC to get the registered key code, I am in Vienna.
×
×
  • 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.