i'm very confused
1- Microsoft Visual C++ 2010 x86 redistributable 10.0.40219 is
installed on xp (just like on seven)
-> Still not able to find the msvcr100d.dll
2- I download a version of msvcr100d.dll and msvcr100.dll from the
internet and put it in the same directory
3- I have create a release version of my dll
-> The dll can now be opened by dependency walker without error but it
freeze when calling the dll inside my app
So look like there is another issue

. DependencyWalker stop
complaining about msvcr100d.dll when msvcr100d.dll is copied in the
same directory manually. Looking for what else is missing now to make
the dll really working Is Microsoft Visual C++ 2010 x86
redistributable is the usal way to install VC10 CRT libraries on that
machine?
Thanks