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

Thread: mfc42ud.lib

  1. #1
    Join Date
    Aug 1999
    Posts
    5

    mfc42ud.lib

    when I'm trying to compile chatsrvr (sample chat server from microsoft MSDN), it compiles fine, but when I'm trying to build it it says that it CANNOT OPEN FILE mfc42ud.lib

    any ideas..
    thanks



  2. #2
    Join Date
    Apr 2000
    Location
    Santa Clara, CA, USA
    Posts
    1

    Re: mfc42ud.lib

    The easiest way is to copy all the mfc*42u*.lib files from the setup CD (\VC98\MFC\Lib) into your hardisk (\Program Files\Microsoft Visual Studio\VC98\Lib).
    These library files are the UNICODE library files and are not copied many times when you do the installation.

    If you are not using Windows 95 or 98, you can remove the option from the settings. Just go into Project - Settings and erase the _UNICODE option.

    Hope that helps!
    Manu


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