RE: Vista / XP msvcrt.dll error
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Wed, 07 Mar 2007 06:45:43 GMT
Hi David,
Thanks for your feedback!
Yes, I have checked this with several VC++ developers. Based on their
feedback, unless you've done something really strange, VC2005 will not
create binaries with a dependency on Vista's msvcrt.dll. VC2005 will create
binaries with a dependency on msvcr80.dll. vcredist_x86.exe only installs
msvcr80.dll, not msvcrt.dll.
The problem is not with the binary built with VC2005. The problem is with
some other binary on the your problematic machine. Something else has been
copied from a Vista machine to the problematic machine. Use depends.exe to
find out what DLL is causing a dependency on the Vista version of
msvcrt.dll.
Another developer also confirmed:
"Msvcrt.dll is an OS binary. It looks like your customer somehow compiles
against Vista msvcrt.lib. It is not a supported scenario."
I will wait for your further findings with depends.exe. Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Vista / XP msvcrt.dll error
- From: Jonathan Wilson
- Re: Vista / XP msvcrt.dll error
- References:
- RE: Vista / XP msvcrt.dll error
- From: "Jeffrey Tan[MSFT]"
- RE: Vista / XP msvcrt.dll error
- From: "Jeffrey Tan[MSFT]"
- RE: Vista / XP msvcrt.dll error
- Prev by Date: Re: Dependency walker msvcr80d.dll missing coredll.dll and dwmapi.dll
- Next by Date: RE: PreserveSig in VS 2005
- Previous by thread: RE: Vista / XP msvcrt.dll error
- Next by thread: Re: Vista / XP msvcrt.dll error
- Index(es):
Relevant Pages
|