seba
August 29th, 1999, 01:33 PM
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
any ideas..
thanks
|
Click to See Complete Forum and Search --> : mfc42ud.lib seba August 29th, 1999, 01:33 PM 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 Manu Jain April 11th, 2000, 06:04 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |