I am compiling a set of libraries with nmake from Visual C++ Express 2005, and the linking process for two of the libraries requires both msvcirt.lib and iostreams.h.
These files previously shipped with, I think, Visual Studio 2002, and may now be deprecated (I'm not sure). Is there a source
or download site for these two files for use with nmake/
Visual C++ Express 2005
/Ross

msvcirt.lib and iostreams.h
Chitu Alin
Wheteher it is your project or not, if you are assigned the job of fixing it, there is only one real way to go.
Ronald Laeremans
Visual C++ team
GuideGustav
I understand that you don't like developers using
code from a 3rd party organization, and I am simply trying
to compile and link the code.
I am not authorized to make the changes you suggest, so
is there a work around, other than trying to acquire a
copy of Visual Study 2003
I am not criticizing your comments, but I am just not in a position to respond to your legitimate concern.
/Ross
anog
No, the last version to ship those wasn't 2003, it was 2002.
Hammer2
around is to find copies of msvcirt.lib and iostreams.h as released with Visual Studio 2002.
Is there a source for these files
/Ross
david_wants
You should convert the project to use <iostream> and msvcprt.lib.
Michael Schwab
The last product that shipped these files was Visual Studio 2003.