Should I redistribute msvcrt.dll with my application?

Posted by kr on Stack Overflow See other posts from Stack Overflow or by kr
Published on 2009-07-02T09:53:02Z Indexed on 2010/05/07 2:48 UTC
Read the original article Hit count: 464

Filed under:
|
|
|

Should I redistribute msvcrt.dll with my application and use the private dll if some of the application's libs dynamically depend on msvcrt.dll? I.e. are any incompatibility issues possible with the system's msvcrt.dll (dll hell)? Application is targeted for Windows Server systems.

© Stack Overflow or respective owner

Related posts about msvcrt

Related posts about deployment