Thread: Stuio 2008 Changes to runtime library

  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446

    Stuio 2008 Changes to runtime library

    This happened to me once sometime ago and I cannot remember anymore what I did that solved it.

    I changed my VS project runtime library from multi-threaded dll to multi-threaded static. Now that I'm back to mt dll, it won't link even with a full rebuild. I get unresolved externals all over the place.

    I've made a minimalist attempt with just the boost::regex library. Making changes to the runtime library and then going back to MT DLL, fails to link. I'm making sure I'm using the correct library by letting VS use auto-linking. Including the library myself (libboost_regex-vc90-mt-gd-1_39.lib) necessarilly doesn't work either. I'm not getting duplicate declarations. Just unresolved externals.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Well, can't be bothered. Created a new project and migrated all the sources. Solved. *grumble*
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  2. link with C runtime library
    By George2 in forum C++ Programming
    Replies: 26
    Last Post: 02-05-2008, 01:56 AM
  3. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM
  4. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  5. A runtime library error on this line???
    By Unimatrix_001 in forum C++ Programming
    Replies: 2
    Last Post: 09-04-2003, 03:42 PM