Jump to content
The simFlight Network Forums

Nathan Morgan

new Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Nathan Morgan

  1. Ah yes. Had changed to msg in my code but didn't update the code here. And thanks for your prompt help. I figured out what the problem was. Checked the FSUIPC log. it was loging alright Something about the output going to ADVDisplay. Unchecked it in the modules menu and it appeared. Thanks again
  2. Hi, Can anyone please tell me how i can send message to fs9.1. I've tried all kinds of code, and in different languages including C#, VB6, VB.Net, C. But it doesn't work. FSUIPC ver 3.9.9.1(non-registered). char *msg="This is a test\0"; short int ctrl=0; FSUIPC_Write(0x3380, strlen(msg)+1, &msg, &dwResult); if(FSUIPC_Process(&dwResult)); FSUIPC_Write(0x32FA, 2, &ctrl, &dwResult); if(FSUIPC_Process(&dwResult)); The above is a C code that I'm trying to use. Nothing happens. I'm able to read/write simple values but unable to display the message. Any help is much appreciated. Thanks. Regards, Nathan
×
×
  • 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.