Search:

Type: Posts; User: lonewolff

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,765

    You could always use DirectSound or XACT and that...

    You could always use DirectSound or XACT and that way you wouldn't have to ship additional dll's with your application :)

    _______________________
    Winsock tutorials
  2. Replies
    10
    Views
    1,746

    You can recieve as much data as you want. So,...

    You can recieve as much data as you want.
    So, you could recieve the data one byte at a time if you like. Not very efficient but you can parse the data as it comes in and stop the recieve calls when...
  3. Replies
    2
    Views
    7,388

    If you send to the socket and it returns error...

    If you send to the socket and it returns error 10057 WSAENOTCONN then you know that the socket is not connected.

    More details on error handling can be found here;

    Winsock error handling
Results 1 to 3 of 3