2009-09-05, 11:10 PM
It's a required dll for any C++ program compiled with Visual C++ 7.1 (unless it's linked statically). I don't think you'll need an x64 version, the normal one should work fine. You don't need to bother with registering the dll, just put in the same directory as the .exe. It's the application's developer's fault for not including it in their installer.

