the ugly msvcr71d.dll and lnk4098
- From: "jigi via DotNetMonster.com" <u14926@uwe>
- Date: Tue, 18 Oct 2005 00:15:38 GMT
for those who followed my woes yesterday,
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vc/6571/why-do-i-have-msvcr71-dll-and-msvcr71d-dll-in-my-release-build
Now i ran one of the dependant lib files thru the /verbose option during a
release build
i saw this
Searching C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcprtd.
lib:
Searching C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\
MSVCRTD.lib:
Found __imp___CrtDbgReport
Referenced in WebServiceAPIClientPlain.lib(gsoapWinInet.obj)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Found __imp___ftime
Referenced in OLDNAMES.lib(ftime.obi)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Found __strdup
Referenced in OLDNAMES.lib(strdup.obj)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Found __imp___stricmp
Referenced in OLDNAMES.lib(stricmp.obi)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Found __imp___strnicmp
Referenced in OLDNAMES.lib(strnicmp.obi)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Found __IMPORT_DESCRIPTOR_MSVCR71D
Referenced in MSVCRTD.lib(MSVCR71D.dll)
Referenced in MSVCRTD.lib(MSVCR71D.dll)
Referenced in MSVCRTD.lib(MSVCR71D.dll)
Referenced in MSVCRTD.lib(MSVCR71D.dll)
Referenced in MSVCRTD.lib(MSVCR71D.dll)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Found MSVCR71D_NULL_THUNK_DATA
Referenced in MSVCRTD.lib(MSVCR71D.dll)
Loaded MSVCRTD.lib(MSVCR71D.dll)
Discarded __strnicmp from MSVCRTD.lib(MSVCR71D.dll)
Discarded __stricmp from MSVCRTD.lib(MSVCR71D.dll)
Discarded '.idata$6' from MSVCRTD.lib(MSVCR71D.dll)
AND A BUNCH OF DISCARD NOTICES FOR MSVCR71D.dll
WHAT DOES THIS ALL MEAN. ANYONE CARE TO EXPLAIN??? Is this the reason that my
final dll is corrupt during release build?
--
Message posted via http://www.dotnetmonster.com
.
- Follow-Ups:
- Re: the ugly msvcr71d.dll and lnk4098
- From: Carl Daniel [VC++ MVP]
- Re: the ugly msvcr71d.dll and lnk4098
- From: Carl Daniel [VC++ MVP]
- Re: the ugly msvcr71d.dll and lnk4098
- Prev by Date: Re: How do I start a MANAGED C++.NET application in 2003 version?
- Next by Date: Re: How do I start a MANAGED C++.NET application in 2003 version?
- Previous by thread: System::Drawing::Graphics - how do I use in managed C++?
- Next by thread: Re: the ugly msvcr71d.dll and lnk4098
- Index(es):