ServerSocket compile error

jrj8888

New Member
Licensed User
Longtime User
I'm using the trial version and getting the following error when compiling the sample Network Tutorial code. Also, what is the correct syntax to set the port number on the serversocket? Thanks

Parsing code. Error
Error parsing program.
Error description: Unknown type: serversocket
Are you missing a library reference?
Occurred on line: 18
Dim ServerSocket1 As ServerSocket
 

JonPM

Well-Known Member
Licensed User
Longtime User
Ahh sorry, I missed that part in the post. You won't be able to complete the tutorial then.
 
Upvote 0
Top