Thread: Dev C++ library to link

  1. #1
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271

    Dev C++ library to link

    Anyone know what dev C++ library I need to link to get rid of the linkage errors??
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

  2. #2
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271

    Multi-Threading

    Also does anyone know the fork() equivalent to m-threading in windows??
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Anyone know what dev C++ library I need to link to get rid of the linkage errors??
    Would help to know which linkage errors you are getting
    Also does anyone know the fork() equivalent to m-threading in windows??
    CreateThread

  4. #4
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271
    Thanx. I just went through the library linking anything with sock in the library object name and that solved it ANd also thank you. I'll look up the CreateThread Method on MSDN. Anything I should be aware of when multi-threading in Windows??
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Function to check memory left from malloc and free?
    By Lechx in forum C Programming
    Replies: 4
    Last Post: 04-24-2006, 05:45 AM
  2. Replies: 19
    Last Post: 01-12-2006, 11:04 AM
  3. My Console Library For Dev C++
    By cfrost in forum C++ Programming
    Replies: 21
    Last Post: 11-09-2004, 07:22 AM
  4. link error: with Boost date_time library
    By Hotman_x in forum C++ Programming
    Replies: 0
    Last Post: 01-14-2003, 07:54 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM