Forcing VC8 runtimes to be used by third party DLLs



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
.



Relevant Pages