lallous
2011-01-25 15:12:11 UTC
Hello,
I have my application (prog.exe) with its manifest, dynamically
referring to some CRT libraries, in particular msvcrt90.dll version
x.y.z
Now suppose, another DLL (say dll1.dll, also with its manifest) that
will be loaded by prog.exe also refers to CRT libraries and also to
msvcrt90.dll but version x.y.a this time.
Will this work?
I mean, will the system load two different msvcrt90.dll versions and
properly resolve the import tables of dll1.dll to point to version
x.y.a and prog.exe to msvcrt90.dll version x.y.z?
Please advise.
--
Elias
I have my application (prog.exe) with its manifest, dynamically
referring to some CRT libraries, in particular msvcrt90.dll version
x.y.z
Now suppose, another DLL (say dll1.dll, also with its manifest) that
will be loaded by prog.exe also refers to CRT libraries and also to
msvcrt90.dll but version x.y.a this time.
Will this work?
I mean, will the system load two different msvcrt90.dll versions and
properly resolve the import tables of dll1.dll to point to version
x.y.a and prog.exe to msvcrt90.dll version x.y.z?
Please advise.
--
Elias