I have visual studio 2005 installed,
a compiled program cannot run and it generates the error
MSVCR80r.dll was not found on the machine visual studio 2005 installed.
I thought it must be a FAQ. I searched the net and followed the
different suggestions from the link
below. it doesn't help
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvc/thread/05f52f13-b015-4179-948d-2c799076f3b4
here is my *.exe.manifest:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT"
version="8.0
.50727.762" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></asse
mblyIdentity>
</dependentAssembly>
</dependency>
</assembly>
any suggestions to help this problem,
Thanks
Peter
Were all the components (EXE & DLLs) used by this program compiled by
your installation of VS2005? I'm wondering if some have been done with
other service pack versions?
Dave
some library components compiled by Visual studio 2003.
Could it be a problem?
Peter
Peter,
I wouldn't have thought that would give rise to a warning about
msvcr80r.dll - which is VC2005.
Dave