News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

INCOMING AND OUTGOING DATA

Started by Force, June 18, 2013, 06:48:09 AM

Previous topic - Next topic

Force

Hello

Is there any winsock example about real time sending and receiving byte ?

dedndave

maybe this link will help

http://tangentsoft.net/wskfaq/

also, the old forum has a lot of great suff on it - try the search tool

http://www.masmforum.com/board/index.php

Vortex

Winsock networking tutorial (C++ or win32asm) :

http://www.madwizard.org/programming/tutorials/

Force