Can I write a multi-thread DLL in CVI 5.5? Each function call will take a long time (a minute or two) and I need others to be able to make calls at the same time.
Check out the multi-threading functions in the utility library. You can use the threadpool functions to schedule functions in multiple threads efficiently and track their status as well.