Thread safety – Can the same type of graph (for example two xy plots) be up and running on separate threads?
We don’t do any special thread handling, but you can bring up two separate applications that contain the same type of graph and have them running at the same time. In addition, you should put all parts of your application that use the Quinn-Curtis DLLs into the same thread. If our calls are in a single thread, you can still have other threads running that perform different operations, but do not affect the QC graphs.