- Messages
- 66
- Country

Hello everyone!
I would like to try to read the flight plan file that I created with P3D,I use flightplaner in P3D, then I click loading and ok,my flight plan will work fine.
But I want auto-loading this flight plan file at the beginning.
So, I use simconnect
HRESULT SimConnect_FlightPlanLoad(
HANDLE hSimConnect,
const char* szFileName
);
SimConnect_FlightPlanLoad is not work, nothing happened, and it returned s_ok.I find that no flightplan is actived in G500/G1000.
So, I use
[GPS_Engine]
filename=IFR Los Angeles Intl to Los Banos Mun.pln
[ATC_Aircraft.0]
ActiveFlightPlan=True
RequestedFlightPlan=True
I tried to load P3d but I got a message saying "error loading GPS engine, flight plan will not be used".
I am confused, what should I do?
I would like to try to read the flight plan file that I created with P3D,I use flightplaner in P3D, then I click loading and ok,my flight plan will work fine.
But I want auto-loading this flight plan file at the beginning.
So, I use simconnect
HRESULT SimConnect_FlightPlanLoad(
HANDLE hSimConnect,
const char* szFileName
);
SimConnect_FlightPlanLoad is not work, nothing happened, and it returned s_ok.I find that no flightplan is actived in G500/G1000.
So, I use
[GPS_Engine]
filename=IFR Los Angeles Intl to Los Banos Mun.pln
[ATC_Aircraft.0]
ActiveFlightPlan=True
RequestedFlightPlan=True
I tried to load P3d but I got a message saying "error loading GPS engine, flight plan will not be used".
I am confused, what should I do?