473,396 Members | 2,009 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,396 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 5700
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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...

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.