有运行scktsrvr.exe文件。
三层结构中,应用服务器,用socket连接,
设计时SocketConnection的connected属性改为false
但在程序执行
if not SocketConnection.connectioned then SocketConnection.connectioned:=true;
时出现no address specified!错误,
但在设计时,SocketConnection的connected属性改为true没有任何错误,
请问高手这是为什么????