Actually, I figured it out. You know Esenthel you could have cut the thread in half if you had said that it was assumed that all String were wrapped in ""'s...LoL
The correct code is as follows.
Code:
SockAddr server_addr;
server_addr.setIP("98.163.65.32", 65535);
//server_addr.setLocal(65535);
I'd like to thank aceio76 for showing me how much of a idiot I was being when I missed the reference to it being a string.
Also aceio76 shared me how to display the server IP and port. I'd like to share that code with you so you have it. Thanks again to aceio76 for one of his excellent explanations.
Connection 2 (Esenthel 2.0) void draw()
Code:
D.text(0, 0.6f, S+"Local Address: " +Server.addressLocal ().asText());
Oh, hey thanks for publishing 2.0 beta with a x64 bit client. That has helped out a lot. No more crashes.