Thread: WinSocket Error Help

  1. #16
    Registered User
    Join Date
    Aug 2011
    Posts
    10
    got it needed to add -lws2_32 at the end of add manual linker commands works like a charm now. thanks for all the help guys

  2. #17
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    If you can find the lib, you could also try to manually suggest linking via
    Code:
    #pragma comment(lib, "path+filename");
    EDIT: too slow
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 07-24-2011, 09:38 PM
  2. Replies: 1
    Last Post: 11-15-2010, 11:14 AM
  3. Replies: 3
    Last Post: 10-02-2007, 09:12 PM
  4. winsocket books
    By datainjector in forum Windows Programming
    Replies: 2
    Last Post: 11-01-2002, 12:06 PM
  5. error on winsocket
    By lliero in forum Windows Programming
    Replies: 2
    Last Post: 03-24-2002, 10:12 AM