I'm creating COM object dll. When I brought it to WIN XP 32 bit macheen and tried to register, I got message:
LoadLibrary ... failed. The specified module could not be found
.
When I look at it with dependency walker I found that there are missing 3 dll's:
ATL100.dll
MSVCR100D.DLL
DWMAPI.DLL
What are the ways of solving this problem? And I don't like that fact that when I install this COM dll to my customers I will also need to take missing dll's together.