Can any one help with this link error
This is what i get when i try to build my project, does any one know how to solve the problem.
fatal error LNK1104: cannot open file "nafxcwd.lib
im using ms Visual c++ 6.0.
thx in advance.
[216 byte] By [
socram] at [2007-11-11 7:46:02]

# 1 Re: Can any one help with this link error
I have no idea what nafxcwd.lib is but it appears that your linker can't find this library. First, make sure that it's stored somewhere on your computer. Then make sure that linker knows wehere this file is. (You need to specify the default seach paths for the linker)
Danny at 2007-11-11 21:01:52 >

# 2 Re: Can any one help with this link error
This is what i get when i try to build my project, does any one know how to solve the problem.
fatal error LNK1104: cannot open file "nafxcwd.lib
im using ms Visual c++ 6.0.
thx in advance.
Take a look at PRB: Error Message: Fatal Error LNK1104 Cannot Open File "Nafxcwd.lib" (http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q243458)
Ejaz at 2007-11-11 21:02:52 >

# 3 Re: Can any one help with this link error
Thx for link Ejaz.
what it requires is to set the MFC to use MFC in a shared DLL.
Problem solved Thx again.
socram at 2007-11-11 21:03:56 >
