I've a simple console application written in C++ that creates another
thread. I've created a DLL in Labview. When I try to call the DLL functions
from the main thread everything is ok. when I try to call a function from
the new thread I've created it seems that it exits my thread and never
comes back. Do I have to use special options when creating the DLL to avoid
this problem?