Jump to content
The simFlight Network Forums

eubeltran

Members
  • Posts

    2
  • Joined

  • Last visited

eubeltran's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Pete, Thanks for your response; actually 10msec was an example, it will be more like 10 to 20 times per second. Then, per your recommendations the best way is to write an EXE file instead of an dll; I think I could go the dll path, but I'll need a good understanding about the FS internal and performance in order to get something as good as your FSUIPC dll...it will take some time. I'll take a look to the lua example. Regards Ernesto
  2. Regards, Maybe this topic has been addressed before; I would like to make a new FS internal Dll. I've seen that I have to use the library for FS Internal Users. Basically I need to create a loop where I'll read some FS data and I'll send this data over LAN every, I say, 10msec. I've seen some spare code in C or C++ to implement a simple menu; was looking for an example to implement an Dll with a loop to repetitively read data and send this data over a media: RS-232, LAN, etc. I guess is something similar to Pete's WideFS. I don't know if this is the best way to do this, I mean, an internal Dll instead of an EXE file?? I've been thinking about how to implement this Dll, maybe creating a new thread or maybe a timer?? I guess using a new thread can degrade the performance?? I'm wondering how WideFS works?? Any ideas?? Thanks in advance for your time.
×
×
  • 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.