I have working c code. The code connects to a server; makes a request; and gets a return. It works from the command line. In LV there are problems. If I try running it using the System Exec vi, I get the response I expect but not until the connection with the server is broken. This is unacceptible and not the way it works from the command line.
If I try to use the Call Library Function Node, the response is even stranger. I just call the routine that is supposed to connect to the server. It fails.
I attached the vi's. As you will see, they are very simple.