Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Attempted simple server client message thingy
#2
This line:
Code:
length = SDLNET_TCP_Send (client, @message, len(message))
is probably wrong; you want strptr(message) [pointer to the first character of message] instead of @message [pointer to the FB string descriptor].
Reply


Messages In This Thread
Attempted simple server client message thingy - by DrV - 06-26-2006, 06:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)