- Messages
- 6
- Country

I am attempting to send an array of waypoints to FSX via SimConnect.
fsxSimConnect.SetDataOnSimObject(Microsoft.FlightSiimulator.SimConnect,SIMCONNECT_DATATYPE.WAYPOINT,MooneyID,SIMCONNECT_DATA_SET_FLAG.DEFAULT, objv)
I have checked (and researched) all the parameters several times and can't find any problems with the args, but I am getting an FSX Exception 3 every time. There is some forum traffic which suggests that this may be a known issue.
I have done the forum search suggested by FlapsOut, but didn't find any relevant code samples. Anyone got any C# or VB code samples that would help?
ADthanksVANCE
Tom
fsxSimConnect.SetDataOnSimObject(Microsoft.FlightSiimulator.SimConnect,SIMCONNECT_DATATYPE.WAYPOINT,MooneyID,SIMCONNECT_DATA_SET_FLAG.DEFAULT, objv)
I have checked (and researched) all the parameters several times and can't find any problems with the args, but I am getting an FSX Exception 3 every time. There is some forum traffic which suggests that this may be a known issue.
I have done the forum search suggested by FlapsOut, but didn't find any relevant code samples. Anyone got any C# or VB code samples that would help?
ADthanksVANCE
Tom
Last edited:



