Author Topic: Socket connection  (Read 5779 times)

Offline dapleal

  • Jr. Member
  • *
  • Posts: 6
  • Country: uy
  • 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 ?

Offline Rob Neff

  • Forum Moderator
  • Full Member
  • *****
  • Posts: 429
  • Country: us
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.