![]() |
fatal error LNK1104: cannot open file 'mfc42d.lib'
fatal error LNK1104: cannot open file 'mfc42d.lib'
I need to edit a program. The source code is in Microsoft Visual C++. So I tried express edition, and I get this error. After searching forums I found out that I needed the full professional edition. So I ordered the 90 Day Trial of Visual Studios 2005 Professional Edition. After installing(FULL install), I ran, and wow! same error! I've downloaded SDKs but all they have is 64 bit mfc42d.lib files, which if I use it just gives me a compatability error. I need the 32bit/x86 junks. Anyone know how to fix this, or where to find this file? It's not on the computer or DVD, I've searched. I'm so stuck >_< Thank You, Dave :confused: |
Re: fatal error LNK1104: cannot open file 'mfc42d.lib'
Quote:
|
Re: fatal error LNK1104: cannot open file 'mfc42d.lib'
I do have an MFC80D.dll, but I have no idea how to link it or where to put it? :confused:
|
Re: fatal error LNK1104: cannot open file 'mfc42d.lib'
Do you have Visual studio 6. If not get that and you will get the MFC42D.dll or try importing the source code from VS6 to VS8.
To link to a particular DLL you need to specify the path in the Lib directories. |
Re: fatal error LNK1104: cannot open file 'mfc42d.lib'
Installing VC 6.00 and linking with its library doesn't work. I think there are dependences for this lib.
the Comment above is invalid. Note to have succed you should use the include files from VC 6.00, not this one from the SDK 8.0 . |
Re: fatal error LNK1104: cannot open file 'mfc42d.lib'
The include will work at compile time and not at linking time.
|
Re: fatal error LNK1104: cannot open file 'mfc42d.lib'
Yes, you are right. The incllude file can be and from the new SDK. Sorry for the mistake in the previous comment.
|
| All times are GMT +5.5. The time now is 19:15. |