Hello John,
I have one question to request your help.
We use P3D v5 as visual scene for our simulator. Sometimes it takes off normally.
Sometimes, it can not take off and only run in the runway. Are there aany problems for
the following settings:
if (!FSUIPC_Write(0x05DC, 2, &Slew, &dwResult)) printf("Write Error \n"); //Slew = 1
if (!FSUIPC_Write(0x0BC8, 2, &Parking, &dwResult)) printf("Write Error \n"); //Parking = 0
if (!FSUIPC_Write(0x0262, 2, &Pause, &dwResult)) printf("Write Error \n"); //Pause = 1
if (!FSUIPC_Write(0x055C, 4, &InFlight, &dwResult)) printf("Write Error \n"); //InFlight = 0; //0 in-flight, 1 on-ground
===========================================================================
THANKS!
Dengxie Yin