Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I have a code which is written in VC++ 6.0, and i am trying to build that code into Visual Studio 2010. It gives the linking error LNK1104:cannot open file mfc42d.lib. I am new to programming, So please help me.

Thanks in advance.
Posted
Updated 19-May-14 1:18am
v2
Comments
Richard MacCutchan 19-May-14 7:37am    
You should start with a new VS 2010 project and copy over the source files only. Then build the newly created project, check and fix any errors.
Richard MacCutchan 19-May-14 7:39am    
Also, if this is the Express Edition of VS 2010, this will not work as Express Editions do not support MFC.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900