Thread: Missing libraries on Visual C

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    167

    Missing libraries on Visual C

    I'm trying co compile some application using visual c (the application has been created and compiled with this) but I get some errors on missing libraries and such... I don't know what to install and how to make in compile. The error is:

    Code:
    d:\profiles\b12573\desktop\vc\wpdpack\include\pcap-stdinc.h(49) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
    EliminateJitter.c
    d:\profiles\b12573\desktop\vc\wpdpack\include\pcap-stdinc.h(49) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
    Can you please give me a hint on what to do ?
    Thanx

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I'm not 100% sure, but I think you need to download the Platform SDK from Microsoft.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual C++ 2005 linking and file sizes
    By Rune Hunter in forum C++ Programming
    Replies: 2
    Last Post: 11-12-2005, 10:41 PM
  2. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM
  3. header file bringing errors?
    By bluehead in forum Windows Programming
    Replies: 4
    Last Post: 08-19-2003, 12:51 PM
  4. Using 'if' with char arrays or string objects
    By c++_n00b in forum C++ Programming
    Replies: 36
    Last Post: 06-06-2002, 09:04 PM
  5. odd errors from msvc std library files
    By blight2c in forum C++ Programming
    Replies: 6
    Last Post: 04-30-2002, 12:06 AM