NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: dapleal on June 16, 2013, 02:10:27 AM

Title: Socket connection
Post by: dapleal on June 16, 2013, 02:10:27 AM
Hi, guys! Need help with socket connection using NASM. My OS: Windows 7, 32 bit. I want to connect PCs on a LAN. Any WIN API function I could use ?
Title: Re: Socket connection
Post by: Rob Neff on June 16, 2013, 02:47:58 PM
Go to Microsoft's msdn web-site and search for winsock.  You'll find all the funtions there.  Many are similar to Berkeley socket functions.