I made a "Connect" button in Borland C++ and I added the following code to the button.
void __fastcall TForm1::Button1Click(TObject *Sender)
{
WideString server_name = Edit1->Text;
MULTI_QI qi[1];
memset(qi,0,sizeof(qi));
COSERVERINFO server_info;
memset(&server_info,0,sizeof(server_info))...
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.