Hi all
We have a thirdparty application which does not always use the VS2010 Runtime dlls, but if they load ABC.dll which Is built using VS2010 runtime, then obviously the run-time dlls are loaded and then later when the app loads our dll the XYZ .dll which is also
built using VS2010 runitime and requires both the Msvcr100.dll and msvcp100.dll, everything works fine in this scenario where the runtime dlls are already loaded by the ABC.dll.
In another scenario,when this Thirdparty application does not load the ABC.dll and loads only our dll, the XYZ.dll and then even in this case everything works as expected, that is the runtime dlls are loaded properly
The error scenario, The Thirdparty application loads ABC.dll and for some reason does not load the MSVCP100.dll, then in this case when our dll the XYZ.dll is loaded , we see an error message Runtime error !! "C:\Program Files\Thirdparty\.." "R6030
CRT Not initialized "
↧
Dll load issue
↧