Hello Dan,
MSVCP71.dll is the MS Visual C++ 7.1 Runtime Library (which comes with .NET 2003).
see: http://msdn2.microsoft.com/en-gb/vbasic/ms789141.aspx for some info,
The Visual C++ Toolkit 2003 also bundles MSVCP71.dll and MSVCR71.dll see: http://xona.com/2004/06/29.html
The Toolkit can be downloaded from xona at : http://xona.com/programs/VCToolkitSetup(v1.01)(2004.07.06).zip (29.9 MB)
I know this isn't a direct MS download but it might help in further investigation :D
Cheers,
Tom
On Sun, Mar 2, 2008 at 10:32 PM, Dan Kegel dank@kegel.com wrote:
Adobe Contribute 4, released in Nov 2006 or so, had a nice online trial at http://trials.adobe.com/Applications/Contribute/Adobe_Contribute_4_Win/Adobe... and still online, I think, at http://www.soft32.com/download/63-129953-1/Adobe_Contribute_4_Win.exe
Starting it fails with
err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\Program Files\Adobe\Contribute 4\CoreTypes.dll") not found
Wine has a nice implementation of msvcr71.dll, but not the C++-oriented msvcp71.dll, nor is it likely to get one soon.
This brings back the question: what's a good place to legally and freely download an application bundled with a full set of msvcp71.dll et al? Ideally something at Microsoft.com and/or something small and suitable for use in winetricks. Any ideas?
- Dan