Thread: Unresolved symbol

  1. #1
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195

    Unresolved symbol

    I'm having this odd problem in that Visual Studio 2008 Express is giving me an unresolved symbol error for WSAStartup(). winsock.h is included, but there doesnt seem to be a winsock.lib on my system even with windows sdk installed. Anyone else have this happen or know how to get 2008E to compile winsock code?

    Added

    Nevermind, I forgot that windows uses ws2_32.lib
    Last edited by abachler; 04-20-2008 at 05:47 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  3. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  4. debug to release modes
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 03-20-2003, 03:01 PM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM