Jump to content
The simFlight Network Forums

zofo

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by zofo

  1. Sure, Pete. It's for that reason that I ask localized language.dll to the community of this forum. For my problem with fsuipc, perhaps I can send you my code ? It's a random problem so not easy to fix and describe.
  2. Thank you so much Pete. Finding the fs windows classname is more elegant than the process name. I ask for language.dll because I need to know the localize name of views (cockpit view,spot view...) I have a problem with FSUIPC. I use the VB.NET or C# FSUIPC class and I make a read every three seconds. For some data ( wind speed and direction, fuel), sometimes the result is false ( a big number generally) then all the next reading are false too for a short period (10 to 40 seconds). After this laps of time, readings are correct... for a certain time ??
  3. I'm developping a FS pause and screenshots utility. For screenshots functions, I'm looking for : - the name of fs2000 and fs2002 process (fs9.exe for fs2004) - the language.dll file of english, spanish and deutch versions of FS Thank you for your help.
  4. Hello, I wrote a small utility with VB.Net and C# to pause FS with conditions. Today , I’d like to add logging functions. To avoid freesing the interface, I use another thread and timer to get and FSUIPC data. I used two independant connections to FSUIPC. The condition timer and log timer are set to read each second. When the two threads are working in parallel, I get correct data only one time on three or four. In a another thread, I wrote data each five seconds and have no problem. An idea ? A problem with FSUIPC and multi-thread ? Thank you for your reply.
×
×
  • 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.