Jump to content
The simFlight Network Forums

rzoltan

Members
  • Posts

    3
  • Joined

  • Last visited

About rzoltan

  • Birthday 02/06/1986

Profile Information

  • Gender
    Male
  • Location
    Budapest, Hungary
  • Interests
    Aviation :)

rzoltan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Just a quick solution for you, who using - or trying to use - Delphi 2010 or newer for developing some clever tools for FSUIPC. After compiling your program, and trying to connect to fsuipc, it doesn't connect. The error message is "IPC request contains bad data". It almost drove me crazy, I did not find any solution on the internet, so I had to figure it out by myself. I'm not expert in Delphi, just a hobbyist, so please forgive it if I made a horrible programming error. - In the FPCUser.pas, find the following lines: Function FSUIPC_Open(dwFSReq : DWORD; var dwResult : DWORD) : Boolean; var szName : AnsiString; - Change the AnsiString to String: Function FSUIPC_Open(dwFSReq : DWORD; var dwResult : DWORD) : Boolean; var szName : String; That's all. Now you can connect, everything will work, except one thing: you will not able to parse the version number of FSUIPC. Sorry for my bad english. Happy programming!
  2. OK, thanks for everybody for the replies. I need this info because I want to make a lighting system into my home cockpit with LEDs, where the lightness depends on the environment. For example, if the plane flying through a cloud, the lights switches to lower power. Another question: I saw a weather radar for FS somewhere on the net, which able to detect the lightning strikes. But how? I need only one info: it is far from the plane, or in the vicinity? Nothing else. Sorry for the lot of questions, if somebody can help me, he will get 50% discount from my own 737ng MCP ;)
  3. Hi Folks, just one question for you: is there any way to determine that the plane currently is inside a cloud, or outside? I'm currently working on an external hardware, and I need this information for it. I've tried to check the ambient air density, current visibility range, current icing etc, but it is the same for inside and outside. Thanks in advance, Zoltan (p.s. I'm just learning English, sorry for my spelling errors :)
×
×
  • 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.