I have written a code with builder c++. I have tested it in my computer a it works. Now, I wanted to list the .dll and .bpl files that it needs when I use it on any computer. To do this I have executed my program on a windows xp and a windows 2000 that have not builder installed, and then I´d...
Hello.
In my program, I have to open a process (that open a server), and only when it´s open I have to send to it some parametres from a client. My problem is that I don´t know how to make the program wait until the process is open and the server is listening, so, when I try to make the...
Hello!
I´m trying to write a program that creates a tcp connection. For the server to wait for the client to connect I use the following code:
//Set the listening port
TcpServer1->LocalPort=StrToInt(ePort->Text);
//Try to listen;
TcpServer1->Listening;
//If the listen attempt succeeded...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.