I am developing User Interface using LabWindows/CVI 8.0. The UI is a TCP server and can call any test program as a client. This is also a multi-threaded application. If when debugging I abort the application I will get a message when I finally log off my computer asking if I want to end the process JOSOCKWNDYCLASS. Sometimes I will get the message several times before I can log off. I suspect this has something to do with not cleaning up (closing threads, closing connections, etc.) because I abort the application.
Does anyone know what is going on and why any stray processes are not cleaned up by LabWindows when I exit LabWindows? What does jsockwndyclass indicate? Thanks
JJT