My LabWindows application uses ActiveX controller connecting to an MFC application. This MFC application is a DDE client. When it tries to use DdeConnect connecting to a DDE server, all programs are hanging.
In MSDN, I found an artcle, ID: Q136218 may relate to this issue. It says "Any thread that creates a top-level window and doesn't have a message loop will cause DdeConnect to block. The only current solution is to add a message loop to the thread that created the window. "
How can this be done in my LabWindows application?
Thanks