<div dir="rtl"><div dir="ltr">Mixing Visual C++ 2012 and 2013 runtime DLLs should not a problem as long you don't try to allocate a resource (FILE, memory,...) managed by one runtime DLL and access or release it in other runtime DLL that does not know about it. In general the runtime DLLs don't coordinate resource management, unless the resource is actually managed by Windows behind the scenes. See here:</div>

<div dir="ltr"><br></div><div dir="ltr"> <a href="http://social.msdn.microsoft.com/Forums/vstudio/en-US/614c9181-33b7-4ffa-968d-a910bb68eb33/can-i-use-msvcrt100dll-with-visual-c-2013?forum=vcgeneral">http://social.msdn.microsoft.com/Forums/vstudio/en-US/614c9181-33b7-4ffa-968d-a910bb68eb33/can-i-use-msvcrt100dll-with-visual-c-2013?forum=vcgeneral</a></div>

<div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2014-08-22 5:11 GMT+03:00 Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank">chandlerc@google.com</a>></span>:</div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class=""><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 21, 2014 at 7:06 PM, Alex Rosenberg <span dir="ltr"><<a href="mailto:alexr@leftfield.org" target="_blank">alexr@leftfield.org</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* We absolutely have to ship a set of DLLs that run hosted in VS2012. Is there any sort of runtime incompatibility that would happen if we built with 2013, needed the 2013 CRT, but tried to run inside the VS2012 process? That would be a complete show stopper for us since we have a committed schedule for support of versions of VS that we host in.</blockquote>


</div><br></div></div><div class="gmail_extra">FWIW, it is this kind of problem that I worry about too -- hopefully folks can try it out and report back?</div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>