when I was building VS 6.0 projects I got the following error
"LINK : fatal error LNK1104: cannot open file "mfc71.lib" "
My project is .dsp, I am using Visual Studio 6.0 to build the projects.
why it is refering mfc71.lib?
I also have Visual Studio 2003 installed in my machine.
I installed VS 2003 first for .Net projects, Now I have VS 6.0 projects.
Then I have installed VS 6.0 and start building, few of my projects were
failed to build because of the above error.
Can anyone please help me out to solve this issue.
Thanks inadvance.
Regards
Veeru
--
Ajay Kalra [MVP - VC++]
ajay...@yahoo.com
"Veeru" <Ve...@discussions.microsoft.com> wrote in message
news:A658E820-AE05-4681...@microsoft.com...
Tom
"Veeru" <Ve...@discussions.microsoft.com> wrote in message
news:A658E820-AE05-4681...@microsoft.com...
"Tom Serface" <tom.n...@camaswood.com> wrote in message
news:23296269-7A06-4761...@microsoft.com...
> Did you accidentally open the project with 2003 and have it converted?
Even
> so, I'm not sure it would have changed the lib automatically.
How can you open a .sln file in VS6?
Tom
"Ajay Kalra" <ajay...@yahoo.com> wrote in message
news:%23bkCLPd...@TK2MSFTNGP06.phx.gbl...
>HI
>
>when I was building VS 6.0 projects I got the following error
>"LINK : fatal error LNK1104: cannot open file "mfc71.lib" "
Hi,
maybe you're a building some code that is pointing to MFC7.1 DLL?
Maybe are you linking with some library (also 3rd party library) that
was built for MFC7.1?
MrAsm
"Tom Serface" <tom.n...@camaswood.com> wrote in message
news:231BF213-4388-4EF1...@microsoft.com...
> You can't. I just wondered if he's opened the 6.0 project in 2003 and
maybe
> something got changed there.
Even if it did get changed, OP cant open that in VS6. You cant go back
unless OP is mixing objs from various versions.