I have an application that during runtime opens some dll files (plugins). One of these depends on a library that depends on msvcr80.dll and msvcp80.dll. When I load this dll into the debug version of my application I have both runtime libraries msvcr80.dll and msvcr80d.dll loaded, the same with msvcp. Can this lead to problems in my application Or is the vcr80 only linked to that dependent library
Regards,
Christian