NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Socket connection
« previous
next »
Print
Pages: [
1
]
Author
Topic: Socket connection (Read 10104 times)
dapleal
Jr. Member
Posts: 6
Country:
Daniel A. Pereira Leal
Socket connection
«
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 ?
Logged
Rob Neff
Forum Moderator
Full Member
Posts: 429
Country:
Re: Socket connection
«
Reply #1 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.
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Socket connection