F
flintsoft
Unregistered / Unconfirmed
GUEST, unregistred user!
我用INDY的IdTCPDemo,发现它发送的字符串长度有限制,我想要发送的字符串长度任意,该
如何修改。DEMO中定义了一个RECORD,其中STRING[100]就是长度的限制,最大自能改到255
type
TCommBlock = record // the Communication Block used in both parts (Server+Client)
Command,
MyUserName, // the sender of the message
Msg, // the message itself
ReceiverName: string[100]; // name of receiver
end;
请大家帮忙,怎么才能让长度没有限制,我对通信方面不是很清楚,请大家多帮忙,谢谢
如何修改。DEMO中定义了一个RECORD,其中STRING[100]就是长度的限制,最大自能改到255
type
TCommBlock = record // the Communication Block used in both parts (Server+Client)
Command,
MyUserName, // the sender of the message
Msg, // the message itself
ReceiverName: string[100]; // name of receiver
end;
请大家帮忙,怎么才能让长度没有限制,我对通信方面不是很清楚,请大家多帮忙,谢谢