not linking msvcr70.dll
Messages   Related Types
This message was discovered on microsoft.public.dotnet.faqs.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

rekha sarode via .NET 247 (VIP)
I am having a dll that links to both msvcrt.dll and msvcr70.dll. Due
to this some applications fails with heap allocation error.

I want to know which dll should I link to my dll to avoid the problem.
And how to achieve it?

I tried using link.exe -nodefaultlib, it gives unresolved externals
symbols:-
libxa.lib(xaapi.o) : warning LNK4217: locally defined symbol __write
imported in function _vsnt_xa_errorLog
libxa.lib(xaapi.o) : warning LNK4217: locally defined symbol _sprintf
imported in function _vsnt_xa_formatMessage
libxa.lib(xaapi.o) : warning LNK4217: locally defined symbol _free
imported in function _vsnt_xa_formatMessage
libxa.lib(xaapi.o) : warning LNK4217: locally defined symbol _malloc
imported in function _vsnt_xa_formatMessage

--------------------------------
From: rekha sarode

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>v3ieB4WtB0a5bUuCvxCH2Q==</Id>
Reply to this message...
 
    
anonymous@discussions.microsoft.com
msvcrt.dll provides multithreaded support to C++
applications developed with VS 6.0. VS.NET 2002 requires
msvcrt70.dll.
Hope this helps,
Aleksey Nudelman
http://csharpcomputing.com

[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com