> I'm building an application. This application must be single
> Threaded. How can I specify that. When I'm running my application,
> the executable VI file. It take the configuration in the LabVIEW
> development environment. I don't want that to happen. How can I
> specify that I want explicitly to run in single threaded mode?
I suspsect that the answer to your other question is what you are
looking for, but in case you want to turn off multithreading completely,
you can do so by setting your top level VI to run in the User Interface
execution system. If you have a complex application with lots of
dynamically loaded VIs, you may find it easier to change tools options
on the execution page to turn off multithreading across all of LV.
Greg McKaskle