Skip to main content
Home Forums 68kMLA Help with TCPExample in Pascal — #8
Post #8 by mactjaap
Source Forum68kMLA
CategoryDevelopment
Post DateMon, 21 Oct 2013 - 23:04
Original URLhttps://68kmla.org/bb/threads/help-with-tcpexample-in-pascal.29110/
Post
I try to construct a NewPassiveConnection:

Code:
oe := NewPassiveConnection(cp, Default_TCPBUFFERSIZE, localport, nil);
This gives an error:

Type incompatibility between an actual and formal value parameter
So I'm stuck.... What to try next?

mp.ls