Re: fatal error LNK1104: cannot open file 'mfc71.lib'
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Tue, 01 Aug 2006 17:16:51 -0400
You are trying to link in a .lib file that was compiled under VS.NET 2003. It doesn't
matter how many files are in the project, it matters what libraries you are trying to link
in. You might also have an explicit path to a library file somewhere.
joe
On 1 Aug 2006 12:53:02 -0700, "TahoeKid" <rfdunn@xxxxxxxxxxx> wrote:
Joseph M. Newcomer [MVP]
I have a project that was built with VS 2003. After doing the auto
conversion with VS 2005, I now get this error message when linking:
fatal error LNK1104: cannot open file 'mfc71.lib'
There is only one .cpp file in this project. There is no reference to
MFC71.lib in the project. Any ideas?
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- References:
- fatal error LNK1104: cannot open file 'mfc71.lib'
- From: TahoeKid
- fatal error LNK1104: cannot open file 'mfc71.lib'
- Prev by Date: Re: ToolBar error when enter Dialog 2nd time.
- Next by Date: CComboBox problem
- Previous by thread: Re: fatal error LNK1104: cannot open file 'mfc71.lib'
- Next by thread: Re: fatal error LNK1104: cannot open file 'mfc71.lib'
- Index(es):
Relevant Pages
|