Re: Forcing VC8 runtimes to be used by third party DLLs
- From: "Victor Bazarov" <v.Abazarov@xxxxxxxxxxxx>
- Date: Mon, 29 Oct 2007 17:16:57 -0400
Dave Moran wrote:
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.
I think youi need to rebuild those. Otherwise, you might want to
make a copy of MSVCR80.DLL and rename it to MSVCRT.DLL and see what
happens.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
.
- References:
- Forcing VC8 runtimes to be used by third party DLLs
- From: Dave Moran
- Forcing VC8 runtimes to be used by third party DLLs
- Prev by Date: Forcing VC8 runtimes to be used by third party DLLs
- Next by Date: GetWindowText results in Stack Overflow
- Previous by thread: Forcing VC8 runtimes to be used by third party DLLs
- Next by thread: Re: Forcing VC8 runtimes to be used by third party DLLs
- Index(es):
Relevant Pages
|