473,791 Members | 3,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remove MSVCR80D.dll Dependency in VC++.NET

4 New Member
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 2549
vincentt
4 New Member
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
1500
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 and Form2.h and so as 2 classes, "Form1" and "Form2". Now I want to use object of Form1 inside Form2 and object of Form2 in Form1.
1
4628
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, section "Static initialization dependency". There is a example to show how to solve the prolem involved with a technique first poineered by Jerry Schwarz while creating the iostream library (because the definitions for cin, cout, and cerr are static...
1
2813
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? kind regards, Bruno.
2
2114
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 or knowing how to do it. I am using Visual C++ 6.0. Thanks very much!!
4
6411
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 changing msvcr80d so that this assert doesn't happen? Debug Assertion Failed! File: dtoxtm64.c Line: 67
11
16223
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 properly exported from a utility dll of ours. The dll is written in MFC with sections of C++ Managed Code. The dll exports its objects in the same manner as any VS2005 Solution Wizard driven win32 dll base code, using the model: ...
1
1764
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 change the entry point of application from main to empty, there is no such error)
1
1162
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 failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed. "
8
3525
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 remove that dependency? I check the references, and I don't have any reference to frame3.5, and in the installer I remove of prerequisites the frame3.5. Thanks in advance for any help. Freddy Coal.
0
10428
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9997
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9030
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2916
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.