Thread: Side by side error in VS2013

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Side by side error in VS2013

    I decided to bring some of my old libraries back from the dead for a project I'm working on.

    After fixing all the syntactical sugar issues and updating the code to use modern constructs it won't run. I keep getting a side by side error. I know what this means but I'm not sure how to fix it. I have libraries and DLLs within this project that are not under my control so I can't just rebuild all of them.

    In other words instead of being in DLL hell I'm now in SxS hell.

    Is there a straightforward way for me to fix this without having to recompile every library under vs 2013 using the new CRT?

  2. #2

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I will look into it. Or maybe I'll just update to the latest API and eat the cost of re-factoring for yet another API revision.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 26
    Last Post: 03-08-2011, 05:23 PM
  2. "side-by-side configuration is incorrect"
    By Sharke in forum Windows Programming
    Replies: 9
    Last Post: 02-09-2010, 07:25 PM
  3. placing two bmp images side by side
    By nina_code in forum C++ Programming
    Replies: 2
    Last Post: 07-14-2009, 11:10 AM
  4. Run time error at client side query?
    By dp_76 in forum Networking/Device Communication
    Replies: 0
    Last Post: 07-01-2005, 03:02 AM
  5. Printing text side by side
    By PJYelton in forum C++ Programming
    Replies: 5
    Last Post: 10-14-2002, 11:46 AM