Win32 Assembly Winsock Programming
-
Guide to Winsock Programming
in Assembly Language Explain concepts behind winsock and contain
info on which winsock api functions to use. Code snippets included!
-
Source code
of my win32asm http download
program version 1.5. This program makes uses of include files and
import libraries from MASM32 and libz package so be sure to download them
as well. This program demonstrates how to create window sockets and how
to send and receive data from the sockets. You'll see the hypertext transfer
protocol implemented in this program too.
-
It can resume broken download now!
-
Source code
of my win32asm zip downloader
version 1.2. This program
opens a zip archive remotely and let you pick the files you want to download.
-
Winsock 1.1 help
file. Contains references to all winsock 1.1 api functions.
-
Winsock 2.2 API guide
-
Winsock
2.2 SDK
-
Winsock
2.2 Upgrade for Windows 95 [mirror]
Winsock Links
[Iczelion's Win32 Assembly HomePage]