Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IOCP tutorial
#6
Thanks Xentar, I've got it working now ^^.

phantasy, just follow the tutorial but change all the GameServer.Sockets... to GamerServer.Sockets.Item...

Then when you're done go to client and change Sub SendData to:
Code:
Sub SendData(ByVal data As String)
Dim dbytes() As Byte
  
    dbytes = StrConv(data, vbFromUnicode)
    If IsConnected Then
        frmMirage.Socket.SendData dbytes
        DoEvents
    End If
End Sub
(got that code from a tutorial on elysium).
It should work now Smile
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)