Thread: linker error(please help me!)

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

    linker error(please help me!)

    hi every body,
    i have my old dll,compiled in visual studio 2005.
    I am trying to use same project in updated version of visual studio 2005.
    I am getting this linking error
    :


    1>libgds.lib(build_sl.obj) : error LNK2001: unresolved external symbol _for_check_mult_overflow

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    If you search the forum, you will find an answer to exactly this question. (Ok, so the answer is a link to another forum, but that should help you solve the problem).

    --
    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.

  3. #3
    Registered User
    Join Date
    Dec 2007
    Posts
    78
    this is same error which i got earilier & still i couldnt find solution on this. i have tried wahat is suggested by that forum but it didnt work in my case

  4. #4
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    What exactly did you try? You should link with DFORM.LIB, and that should solve your problem.

    --
    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.

  5. #5
    Registered User
    Join Date
    Dec 2007
    Posts
    78
    i have linked with DFORM.LIB.but getting same error

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linker problem... no idea
    By cyreon in forum C Programming
    Replies: 2
    Last Post: 04-03-2009, 02:53 PM
  2. linker
    By George2 in forum C++ Programming
    Replies: 6
    Last Post: 02-23-2008, 01:25 AM
  3. Linker errors in VC++ 2005
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2007, 07:42 AM
  4. Linker errors when compiling
    By The Wazaa in forum C++ Programming
    Replies: 4
    Last Post: 10-07-2006, 12:55 PM
  5. Compile with *.lib
    By Kelvin in forum C++ Programming
    Replies: 1
    Last Post: 07-23-2002, 06:24 PM