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.