hi
I am using MS 8.0 and VS.net 2005 to program a project relative to DAQ, Graphics Display and Save data into the file. Because this procedure need to take a long time(probably, several days continously) and multiple-channels, I want to use asynchronous functions to realize this project. I know in MS8.0, asynchronous call back functions for DAQ are available, and also writing data into file in framework can use asynchronous function as well. In other words, I will use two asynchronous call back functions. how can I design this logic which is easy to go? Thank you very much!
yhong