Forcing VC8 runtimes to be used by third party DLLs
- From: Dave Moran <dmoran@xxxxxxxxxxxxx>
- Date: Mon, 29 Oct 2007 12:42:00 -0700
I have upgraded to VS2005, but a number of my third party DLLs are still
using MSVCRT.DLL etc (probably from VC6), rather than MSVCR80.DLL. These DLLs
are in process COM servers. I need them to use the same CRT as my application
so that I can control their locale. Is there a way to force them to use
MSVCR80.DLL etc. I've been looking at manifests, but I'm not sure if that is
the correct approach.
Thanks
Dave
.
- Follow-Ups:
- Re: Forcing VC8 runtimes to be used by third party DLLs
- From: Ben Voigt [C++ MVP]
- Re: Forcing VC8 runtimes to be used by third party DLLs
- From: Victor Bazarov
- Re: Forcing VC8 runtimes to be used by third party DLLs
- Prev by Date: Re: How to capture a PAL video?
- Next by Date: Re: Forcing VC8 runtimes to be used by third party DLLs
- Previous by thread: How to capture a PAL video?
- Next by thread: Re: Forcing VC8 runtimes to be used by third party DLLs
- Index(es):
Relevant Pages
|