LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

Lifetime of Secondary Threads

Make sure to always terminate every thread other than the main thread before your program terminates. Otherwise, under Windows, the LabWindows/CVI Runtime cannot perform all of its cleanup operations. In addition, if your code is contained within a DLL and an application dynamically loads and unloads the DLL, the application might lose resources that were allocated in the threads you did not terminate.

Log in to get a better experience