mfc42u.lib ?
-
I've been downloading some projects from the site, the latest one being the grid control, and keep getting this error during linking of the project (in vc 6.0): Linking... LINK : fatal error LNK1104: cannot open file "mfc42u.lib" Error executing link.exe. I only have mfc42.lib. What do I have to do to fix this? Ed
-
I've been downloading some projects from the site, the latest one being the grid control, and keep getting this error during linking of the project (in vc 6.0): Linking... LINK : fatal error LNK1104: cannot open file "mfc42u.lib" Error executing link.exe. I only have mfc42.lib. What do I have to do to fix this? Ed
The u stands for unicode. You have to change the configuration of your project to win32release or win32debug. Another way to fix this will be installing the unicode versions of mfc. Hope this helps sledge
-
I've been downloading some projects from the site, the latest one being the grid control, and keep getting this error during linking of the project (in vc 6.0): Linking... LINK : fatal error LNK1104: cannot open file "mfc42u.lib" Error executing link.exe. I only have mfc42.lib. What do I have to do to fix this? Ed
'Sledge' is correct, you can change the project settings to not use Unicode builds ... but if you HAVE to use Unicode, and have the Visual Studio Install/MSVC 6 install CDROM, run setup, select Customised install, you should then be able to select Unicode components (been a while since I had to do it, so those instructions are a bit rusty, but that's the general technique) 'G'
-
I've been downloading some projects from the site, the latest one being the grid control, and keep getting this error during linking of the project (in vc 6.0): Linking... LINK : fatal error LNK1104: cannot open file "mfc42u.lib" Error executing link.exe. I only have mfc42.lib. What do I have to do to fix this? Ed
Hi..I am also new in vc++, I faced this problem and I solve it... Follow the step: 1:Search(find) MFC42U.LIB file from the Installation CD 2:Copy the file 3:Paste into the VC\Lib files no issue..at all...