CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: erro message

  1. #1
    Guest

    erro message

    I AM GETTING A LINKING ERROR CANNOT OPEN FILE "NAFXCAD.LIB" WHAT IS THIS AND HOW DO I FIX?


  2. #2
    Join Date
    Sep 1999
    Location
    NJ
    Posts
    1,299

    Re: erro message

    The library is debugging version of the MFC library. You may not have installed it when you setup VC (it was an option). You might be able to pluck it off the setup CDROM, but you're probably better off re-installing VC, making sure you install all of the libraries.



    Truth,
    James

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured