私はWinsockコントロールを使用しています: Private Sub Form_Load()
Winsock1.Connect "stackoverflow.com", 80
End Sub
Private Sub Winsock1_Close()
Winsock1.Close
End Sub
Private Sub Winsock1_Connect()
: send(socket, "this is a buffer", ...);
send(socket, "second buffer", ...);
私のサーバーから、recvは"second buffer'からsを持つ別のチャンクを"this is a buffer"からrと1つのチャンクを終了し、開始することが保証されていますか?
私はWINSOCK.Hヘッダファイルを使用しようとしているが、私は以下のエラーのいずれかを取得:VS2010で (C++):gccのコマンドラインに Unresolved External Symbol to [the function included in winsock.g, e.g socket()]
を( C): Undefined Reference to [the functio