Jump to content
The simFlight Network Forums

FlusiFred

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by FlusiFred

  1. Hello, yes, the address for the pointer into the FSUIPC data set is correctly. I have a Problem with the send to the array of bytes. My Magenta MCP does not switch the correct buttons. Here is my code: ... var myHandle : DWORD; fSetBits : array[1..????] of Byte; begin // Adress $5414 = for the MCP Buttons fSetBits := ??????? What here to set the AP1 or AP2 Button??? FSUIPC_Write($5414, 3, @fSetBits, myHandle); FSUIPC_Process(myHandle); end;
  2. Thank you for your answer. I would like to program the Magenta Tool's and understand the "Project Magenta FSUIPC off set" not. :-( :-( :-(
  3. Hello all, I'm new and i have a Problem with the FSUIPIC SDK and Delphi. A professional of you has for me a few examples for programming the SDK in Delphi? - A/P On/Off - write Nav-Frequenz I am to stupid for the bits programming :-( Many, thank you!!!!
×
×
  • 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.