473,387 Members | 1,485 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,387 software developers and data experts.

msvcirtd.lib Linker Error

Hi,

I have some very complex multi-platform code for a device
reading that used to compile and run perfectly on Windows
2000 using Visual Studio's C++ 6.0

Recently, the hard drive was wiped and Windows 2000 was
reinstalled, and Visual Studio .NET 2003 was installed.
Now, when I try to run the old executables, I get the
error:

Could not find MSVCRTD.dll

I tried recompiling the code under .NET, and I get errors
like:

LNK1104: cannot open file 'msvcirtd.lib'

I searched the hard drive for these files and cannot find
them, which is strange because I thought these were
standard windows files. The non-debug versions, such as
msvcrt.dll are present.

I tried to solve the problem by installing *all* of the
windows platform SDK's that were available, but this did
not add any of the necessary files.

Does anyone know where I can find these files and install
them on my computer? The code worked fine under 6.0, is
this some kind of .NET problem? I hope I do not have to
update the dependancies to msvcr71d.dll, for example.

Thanks in advance for your time/help,

Chris

Jul 19 '05 #1
2 5699
Chris,
MSVCRTD.DLL is the Debug version of a standard windows file (msvcrt.dll)
and will not be on your system unless a version of VC++ earlier than 7.0 is
installed. (7.0 comes with a different named file). So, install VC 6 and you
should be fine.
Bob M
"Chris" <bu**********@hotmail.com> wrote in message
news:05****************************@phx.gbl...
Hi,

I have some very complex multi-platform code for a device
reading that used to compile and run perfectly on Windows
2000 using Visual Studio's C++ 6.0

Recently, the hard drive was wiped and Windows 2000 was
reinstalled, and Visual Studio .NET 2003 was installed.
Now, when I try to run the old executables, I get the
error:

Could not find MSVCRTD.dll

I tried recompiling the code under .NET, and I get errors
like:

LNK1104: cannot open file 'msvcirtd.lib'

I searched the hard drive for these files and cannot find
them, which is strange because I thought these were
standard windows files. The non-debug versions, such as
msvcrt.dll are present.

I tried to solve the problem by installing *all* of the
windows platform SDK's that were available, but this did
not add any of the necessary files.

Does anyone know where I can find these files and install
them on my computer? The code worked fine under 6.0, is
this some kind of .NET problem? I hope I do not have to
update the dependancies to msvcr71d.dll, for example.

Thanks in advance for your time/help,

Chris

Jul 19 '05 #2
Thanks Bob,

That solved my problem. Thanks for the tip.

Chris
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Baloff | last post by:
Hello I have this linker error which makes me think that the definition file is not being seen by the linker, this code is taken from "Thinking in C++, 2nd Edition, Volume 1, Annotated Solutions...
2
by: Chris | last post by:
Hi, I have some very complex multi-platform code for a device reading that used to compile and run perfectly on Windows 2000 using Visual Studio's C++ 6.0 Recently, the hard drive was wiped...
1
by: Laszlo | last post by:
Hi all, As a novice I installed PostgreSQL 7.2.1 on Win32 and works, Borland C++Builder Enterprise Suite 5.0 (build 12.34) what works too. I decided to combine these two programs and develop a...
9
by: Peter Oliphant | last post by:
For some reson my code is generating a LNK1215 error, which 'suggests' I re-install VS C++. So I did. which did NOT solve the problem. The weid part is it seems to be caused by my one CPP file, but...
1
by: Julian | last post by:
I am trying to compile a "legacy" code in VC++ .NET (2003) this code works fine in VC6 I get the following error: LNK1104: cannot open file 'msvcirtd.lib' i read this page :...
1
by: Felix | last post by:
After porting a project from VC6 to VC.NET 2003 I have a very strange problem generating link error 1104 for import libraries. I just ported the project and made some small adaptions so it fits...
4
by: yOtA | last post by:
I get this Linker Errors while compiling my program: Error: Unresolved external 'vminit()' referenced from C:\TESTE\TESTE.OBJ Error: Unresolved external 'vmalloc(void *, int, unsigned int,...
1
by: Deepath G | last post by:
This is deepath.. I am getting some linker error when i am trying to connect Websphere MQ using Borland C++ Builder 2006 using imqi.hpp on windows. Error Message ----------------------- ...
3
by: Rahul | last post by:
Hi Everyone, I have the following polymorphic classes, class Shape { public : virtual void draw() { } virtual void sample();
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.