News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HLA Socket Programming

Started by darkforce, March 14, 2008, 02:34:46 PM

Previous topic - Next topic

darkforce

is there any HLA documentation on socket programming?

Randall Hyde

Quote from: darkforce on March 14, 2008, 02:34:46 PM
is there any HLA documentation on socket programming?

This is an OS-specific facility.
So I'd look up WinSock if you're programming under Windows and Berkley sockets if you're programming HLA under Linux or FreeBSD.
The w.hhf header file contains all the prototypes and constants for WinSock programming. The linux.hhf header file does the same for Linux. FreeBSD isn't quite there yet, I'm afraid.
hLater,
Randy Hyde