Thread: Linking a Library

  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    7

    Linking a Library

    Hi, I'm studying a winsock programming tutorial and it says that i have to link two libraries.
    I've been searching the web, but all i found was how to do it using visual studio or with unix/linux commands.
    I am using windows vista and Dev-C++. And the libraries i want to link are: mpr.lib and wsock32.lib. What do i have to do to link them?

    Thanks.

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Read all of Dev-C++ FAQ #9.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-29-2009, 06:42 AM
  2. undefined Reference when linking a library
    By steve1_rm in forum C Programming
    Replies: 7
    Last Post: 03-12-2008, 05:34 PM
  3. COM library and linking error
    By xhi in forum Windows Programming
    Replies: 1
    Last Post: 08-05-2007, 07:38 PM
  4. strange linking error -- can not find shared library
    By George2 in forum C Programming
    Replies: 2
    Last Post: 07-10-2006, 10:51 PM
  5. Replies: 4
    Last Post: 07-06-2006, 02:53 AM