W
whether_bobo
Unregistered / Unconfirmed
GUEST, unregistred user!
server 用delphi,window
client 用c,dos
想传送 格式为:
aaa=record
devent:word;
dlen:word;
dnote:word;
end;
1应该用 nonblocking 还是 threadblocking
2用sendbuf sendstream and receivebuf给个具体的例子?
我在onread中
socket.receivebuf(^buffer,sizeof(buffer))
buffer为 ^aaa 不行,好像要收很多次,收到后怎么在恢复为aaa的格式?
3 若分开传送,应如何加标志,给个例子
4 C中应如何编程
client 用c,dos
想传送 格式为:
aaa=record
devent:word;
dlen:word;
dnote:word;
end;
1应该用 nonblocking 还是 threadblocking
2用sendbuf sendstream and receivebuf给个具体的例子?
我在onread中
socket.receivebuf(^buffer,sizeof(buffer))
buffer为 ^aaa 不行,好像要收很多次,收到后怎么在恢复为aaa的格式?
3 若分开传送,应如何加标志,给个例子
4 C中应如何编程