Thread: Winsock Programming in C

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    9

    Unhappy Winsock Programming in C

    I m trying to write Console based winsock application and need instant notification of winsock events as available in windows based applications like WSAAsyncselect(). Is there there any such facility in Console based programming. i do not want to use Polling or blocking mode. Any help please.


    Ashu

  2. #2
    Im a Capricorn vsriharsha's Avatar
    Join Date
    Feb 2002
    Posts
    192

    Thumbs up Interrupts may be helpful

    Hi Ashu,
    try using the Network INterrupts if you do not want to use polling.
    Good Luck,
    Harsha.
    Help everyone you can

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    9

    Reply: WinSock Programming in C

    Can u post small sample code. how to trap the network interrupt. I mean Inerupt number -- something like that


    Ashu

  4. #4
    Im a Capricorn vsriharsha's Avatar
    Join Date
    Feb 2002
    Posts
    192

    Red face Use the Drivers

    Try using the functions provided by your network card driver.

    Harsha

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Winsock issues
    By tjpanda in forum Windows Programming
    Replies: 3
    Last Post: 12-04-2008, 08:32 AM
  2. Winsock Messaging Program
    By Morgul in forum Windows Programming
    Replies: 13
    Last Post: 04-25-2005, 04:00 PM
  3. Winsock - Where do i start?
    By Brain Cell in forum Networking/Device Communication
    Replies: 5
    Last Post: 02-14-2005, 01:39 PM
  4. Where do I initialize Winsock and catch messages for it?
    By Lithorien in forum Windows Programming
    Replies: 10
    Last Post: 12-30-2004, 12:11 PM
  5. winsock
    By pode in forum Networking/Device Communication
    Replies: 2
    Last Post: 09-26-2003, 12:45 AM