Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing Linking file

Status
Not open for further replies.

reneb

Programmer
Aug 8, 2000
43
US
Every time I try to create a simple console application I have trouble compiling it. When I create a console application that prints "Hello World" with the AppWizard it doesn't compile even if I don't change a thing from the files produced by AppWizard. The error occurrs during linking:

LINK : fatal error LNK1104: cannot open file "nafxcwd.lib"
Error executing link.exe.

I don't have this problem with GUI applications made by the AppWizard. Is that file corrupted or what? Should I try reinstalling VC++ 6.0? If so, will that affect the workspaces I have saved? Please help. Thanks in advance. [sig][/sig]
 
Dear reneb,

Note If you need to build a library version, see the Readme.Txt file in the \MFC\Src directory. This file describes using the supplied makefile with NMake.

Good luck
-pete

[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top