473,406 Members | 2,377 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Remove MSVCR80D.dll Dependency in VC++.NET

Hi,
We code DLL's and so far it was done using VS6.0. We are planning to migrate the VS.NET 2005 and use the VS6 VC++ code which generated the DLL to VS 2005 VC++.NET.

However we donot plan to use any of .NET features as of now. I just need the C++ code to compile and generate me the .dll file. When I tried porting it to VC++.NET, the project file was converted and an adding the dependency include / bin folders, the project compiled to a .dll. However when opening the dll with dependency walker, it shows a dependency to the file MSVCR80D.DLL and hence it means that the target system where the .dll file will be installed will also require the above said file.

How can I remove this dependency from the DLL so that no additional software like .NET has to be installed at the target machine. In short how do I use without adding any new dependency to my VC++ VS6.0 .dll file, compile the same using the .NET VS 2005 IDE?

Thanks
Jul 16 '07 #1
1 2513
I did realize one more thing, that when compiling, I get messages like sprintf() and fopen() are now deprecated. Where can I find the function dependency list of MSVCR80D.dll so that if I see a list of functions, I probably could hunt thru the source code to see if any references are being made to the library.

Secondly I also tried to remove some .lib references in the Project, Properties, Linker, Input - section. But even after that, the dependency to the above Dll is not removed.

Any help / links would be really great.
Jul 16 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Mohit Gupta | last post by:
Hi all, I have just started working on VC++ .Net and have problem with circular dependencies of 2 files. I created 2 forms "Form1" and "Form2", which respectively created 2 .h files, Form1.h...
1
by: Qin Chen | last post by:
I will present very long code, hope someone will read it all, and teach me something like tom_usenet. This question comes to me when i read <<Think in C++>> 2nd, chapter 10 , name control,...
1
by: Bruno van Dooren | last post by:
i regularly use the dependency walker, but to my horror i discovered that it is not installed with visual c++ anymore. is there a replacement for it, or do i have to keep on using it from VC6? ...
2
by: Cachaca | last post by:
Hi. Do you guys know how can I find all the DLL file names being used by an EXE within a visual c++ program? I know there's a tool called Dependency Walker can do this but I need the source codes...
4
by: Josh Soref | last post by:
It seems that windows file systems can have files dated to 1617, and unfortunately if you call _findfirst/_findnext on such a directory, msvcr80d will assert. Is there some provision for...
11
by: phnimx | last post by:
I've completed migrating one of our company's C++ Managed Code applications to VS2005. I'm now attempting to run the application but there seems to be problems when accessing an object that is...
1
by: George2 | last post by:
Hello everyone, If I change the entry point to main in linker --advanced (default is empty). Then there will be an error box, can not find MSVCR80D.dll. What is wrong with my code? (if I...
1
by: karlid | last post by:
hi, For some reason one of my sites is throwing an ugly error message when I deploy it to a remote server. The error looks like this: "Failed to generate a user instance of SQL Server due to...
8
by: Freddy Coal | last post by:
Hi, I'm develop software in VS2008; I create the project using Frame2.0, the same for the project installer, but when I try to install the program, the installer ask me for frame 3.5, how I can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.