quick bio - I have an external sim app that uses FSUIPC to
show an out the window view using FS9.
Proplem Now I have ESP and have been trying to use simconect.
I played around with the sample code - set data. This works okay if I want to update my intial position. but I want to continously update the position. I tried using the struct
SIMCONNECT_DATA_LATLONALT Update;
Update.Altitude = 10000.0;
Update.Latitude = 36.458;
Update.Longitude = -115.729;
But this does the same thing.
Has anybody tried this , also the FS9 version used slew view
Thanks,
Mark
show an out the window view using FS9.
Proplem Now I have ESP and have been trying to use simconect.
I played around with the sample code - set data. This works okay if I want to update my intial position. but I want to continously update the position. I tried using the struct
SIMCONNECT_DATA_LATLONALT Update;
Update.Altitude = 10000.0;
Update.Latitude = 36.458;
Update.Longitude = -115.729;
But this does the same thing.
Has anybody tried this , also the FS9 version used slew view
Thanks,
Mark

