level 1
nunter
楼主
Action()
{
lrs_create_socket("socket0", "TCP", "LocalHost=0",
"RemoteHost=CAIWUSERVER:1433", LrsLastArg);
lrs_send("socket0", "buf0",
LrsLastArg);
lrs_receive("socket0", "buf1",
LrsLastArg);
lrs_send("socket0", "buf2",
LrsLastArg);
lrs_receive("socket0", "buf3",
LrsLastArg);
lrs_send("socket0", "buf4",
LrsLastArg);
lrs_receive("socket0", "buf5",
LrsLastArg);
lrs_send("socket0", "buf6", LrsLastArg);
//这里出现的错误
lrs_receive("socket0", "buf7",
LrsLastArg);
lrs_send("socket0", "buf8",
LrsLastArg);
lrs_receive("socket0", "buf9",
LrsLastArg);
lrs_send("socket0", "buf10",
LrsLastArg);
lrs_receive("socket0", "buf11",
LrsLastArg);
lrs_send("socket0", "buf12",
LrsLastArg);
lrs_receive("socket0", "buf13",
LrsLastArg);
lrs_send("socket0", "buf14",
LrsLastArg);
lrs_receive("socket0", "buf15", LrsLastArg);
return
0;
}
错误提示:Action.c(24): Error : socket0 - Software caused connection
abort. Error code : 10053.
求解决

2013年02月26日 09点02分
1
{
lrs_create_socket("socket0", "TCP", "LocalHost=0",
"RemoteHost=CAIWUSERVER:1433", LrsLastArg);
lrs_send("socket0", "buf0",
LrsLastArg);
lrs_receive("socket0", "buf1",
LrsLastArg);
lrs_send("socket0", "buf2",
LrsLastArg);
lrs_receive("socket0", "buf3",
LrsLastArg);
lrs_send("socket0", "buf4",
LrsLastArg);
lrs_receive("socket0", "buf5",
LrsLastArg);
lrs_send("socket0", "buf6", LrsLastArg);
//这里出现的错误
lrs_receive("socket0", "buf7",
LrsLastArg);
lrs_send("socket0", "buf8",
LrsLastArg);
lrs_receive("socket0", "buf9",
LrsLastArg);
lrs_send("socket0", "buf10",
LrsLastArg);
lrs_receive("socket0", "buf11",
LrsLastArg);
lrs_send("socket0", "buf12",
LrsLastArg);
lrs_receive("socket0", "buf13",
LrsLastArg);
lrs_send("socket0", "buf14",
LrsLastArg);
lrs_receive("socket0", "buf15", LrsLastArg);
return
0;
}
错误提示:Action.c(24): Error : socket0 - Software caused connection
abort. Error code : 10053.
求解决
