Jump to content
The simFlight Network Forums

Hendrik

Members
  • Posts

    2
  • Joined

  • Last visited

About Hendrik

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

Hendrik's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ghe, i knew i was doing something wrong :shock: Thanks for your fast answer ! Regards, Hendrik
  2. Hello, I'm having also trouble with getting variables with FSUIPC_read, here is my code. Dim dwResult As Long Dim alt As Long Private Sub cmd_Click() Call FSUIPC_Read(&H20, 4, VarPtr(alt), dwResult) Call FSUIPC_Process(dwResult) Form1.Caption = alt Call FSUIPC_Close End Sub Private Sub Form_Load() FSUIPC_Initialization FSUIPC_Open SIM_ANY, dwResult End Sub The strange thing is, it says that i'm flying at exactly "33474" ft height, no matter how high i fly. I know i'm doing something wrong, but what ? :(
×
×
  • 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.