Derek
2005-03-02 21:01:53 UTC
My company recently upgraded from VC6 to .NET 2003 (7.1) and I
am trying to recompile our applications. Unfortunately one of
our Win32 console projects fails to link with the error:
LINK : fatal error LNK1104: cannot open file 'msvcirt.lib'
I know msvcirt.lib is not part of the 7.1 distribution, but if
I use /NODEFAULTLIB to exclude it I get a bunch of missing
symbols (mostly iostream from what I can tell). These symbols
are needed by a third-party library for which I do not have
source code.
Any suggestions about how to proceed?
Thanks,
Derek
am trying to recompile our applications. Unfortunately one of
our Win32 console projects fails to link with the error:
LINK : fatal error LNK1104: cannot open file 'msvcirt.lib'
I know msvcirt.lib is not part of the 7.1 distribution, but if
I use /NODEFAULTLIB to exclude it I get a bunch of missing
symbols (mostly iostream from what I can tell). These symbols
are needed by a third-party library for which I do not have
source code.
Any suggestions about how to proceed?
Thanks,
Derek