Jump to content
The simFlight Network Forums

ivanotalvaro

Members
  • Posts

    3
  • Joined

  • Last visited

ivanotalvaro's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Pete! I really want to learn to work with C + +, study a little more C++ to make things right. The explanations have been very clear. Thank you for the help and patience. Ivan Otalvaro Medellin-Colombia
  2. Hi Pete! With the following code the message is display in the sim but this no clear in n seconds with the parameter "+n display for n seconds, or until replace" The code: //Mostrar mensaje en el sim char mensaje[]="Mensaje Sim \0"; if (FSUIPC_Write(0x3380, 128, mensaje, &dwResulttimer)) FSUIPC_Process(&dwResulttimer); if (FSUIPC_Write(0x32FA, 2, "+1", &dwResulttimer)) FSUIPC_Process(&dwResulttimer); without +1 if (FSUIPC_Write(0x32FA, 2, "1", &dwResulttimer)) FSUIPC_Process(&dwResulttimer); Clear message approximately in 50 seconds Thanks for your help.
  3. Hi! I want to show a message on the simulator (fs2004) and I use the following code in C ++ but does not work for me somebody I could help. char mensaje[]="Test Message"; if (FSUIPC_Write(0x6D60, 1, mensaje, &dwResulttimer)) FSUIPC_Process(&dwResulttimer); Thanks
×
×
  • 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.