Home > Back-end >  After a use NMUDP control error, don't know if there is a problem, control please understand pe
After a use NMUDP control error, don't know if there is a problem, control please understand pe

Time:09-20

The above problem is proposed by others, but cannot reply after see, so stick to come over, see a solution, right?
The code below
NMUDPMain. RemoteHost:=ServerIP;
NMUDPMain. ReportLevel:=Status_Basic;
NMUDPMain. LocalPort:=4567;
NMUDPMain. RemotePort:=5678;

ConnectWay:='UDP way;
Bindingnumber:=2342;
The red should be in two places to be consistent.
?????

CodePudding user response:

http://bbs.csdn.net/topics/10463531
This is the original site

CodePudding user response:

NMUDPMain. ReportLevel:= Status_Basic;
What's the meaning of red mark? What is the difference between don't get to the other?

CodePudding user response:

Fastnet component was not to own components from D7, best not to use, using standard TCP, UDP components, or the network components in the indy,

CodePudding user response:

I was using a very old version, mainly in the code changes,
  • Related