 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Emmanuel Guest
|
Posted: Mon Sep 27, 2004 9:09 am Post subject: SocketConnection.Appserver.Function() |
|
|
I find that the sample source provided by Borland have error for the
C:Program FilesBorlandCBuilder6ExamplesMidasAdhocadhcclnt.bpr
which cannot be compiled successfull
by the way, I need some sample which for the call to call the server
function
in Delphi which is very easy
SocketConnection.Appserver.Function()
but it is very difficuilt in cb6
IQNADisp AdhcServ;
__try{if(!scQNA->Connected)
{scQNA->Connected = true;
}
_di_IAppServer h=scQNA->GetServer();
AdhcServ.Bind(h);
AdhcServ.Function();
}
__finally{if(AdhcServ.IsBound())
{AdhcServ.Unbind();
}
}
and I found that it cannot work in AdhcServ.Bind(h);
would you help me?
Thank
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|