Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
5 captures
14 Sep 2008 - 15 Dec 2009
DecDECJan
Previous capture15Next capture
200820092010
success
fail
COLLECTED BY
Organization:Alexa Crawls
Starting in 1996,Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to theWayback Machine after an embargo period.
Collection:alexa_web_2009
this data is currently not publicly accessible.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20091215043745/http://www.codeproject.com:80/KB/cpp/Unicode_Topics.aspx
Skip to main content
EmailPassword helpLost your password?
The Code Project

Introduction

I have seen comments on this subject from people with the same problem I have had, "Link Error: can't find mfc42ud.lib".  I found this article in MSDN Library, it resolves this issue.


   MSDN Home >  MSDN Library >  Visual Tools and Languages >  Visual Studio 6.0 >  Visual C and C++ 6.0 >  
Unicode Topics
Home |  Overview |  How Do I |  Sample

On Windows NT platforms, MFC supports the Unicode standard for encoding wide characters. Unicode is not presently supported on Windows 95.

Note   The Unicode versions of the MFC libraries are not copied to your hard drive unless you select them during a Custom installation. They are not copied during other types of installation. If you attempt to build or run an MFC Unicode application without the MFC Unicode files, you may get errors.

To copy the files to your hard drive, rerun Setup, choose Custom installation, clear all other components except "Microsoft Foundation Class Libraries," click the Details button, and select both "Static Library for Unicode" and "Shared Library for Unicode." Or, click "Select All".

The Unicode versions of the MFC libraries are described below:

Static Link Libraries
Release Debug Description
UAFXCW.lib,
.pdb UAFXCWD.lib,
.pdb Unicode MFC static link library


Dynamic Link Libraries
Release Debug Description
MFC42U.lib,
.dbg, def, .dll, .map, .pdb, .prf MFC42UD.lib,
.def, .dll, .map, .pdb Unicode MFC import library
(see notes below for explanation of file extensions)
 MFCD42UD.lib,
.def, .dll, .map, .pdb Unicode MFC import library for database
 MFCN42UD.lib,
.def, .dll, .map, .pdb Unicode MFC import library for network (sockets)
 MFCO42UD.lib,
.def, .dll, .map, .pdb Unicode MFC DLL for Active technologies
MFCS42U.lib,
.pdb MFCS42UD.lib,
.pdb Unicode MFC import library containing code that must be statically linked in an application or DLL


File types:

Import library files have the extension (.lib).


Dynamic link library files have the extension (.dll).


Module definition (.def) files are text files that contain statements for defining an .exe or .dll.


Map (.map) files are text files that contain information that the linker uses when linking a program.


Library (.lib) files are used in conjunction with the DLL versions of MFC. These files contain code that must be statically linked in the application or DLL.


Program database (.pdb) files contain debugging and project state information.


Debug (.dbg) files contain information (COFF FPO, and CodeView) that the Visual C++ Debugger uses.
For detailed information on naming conventions, see Naming Conventions for MFC DLLs and Library Naming Conventions.

For information on using Unicode with MFC, see International Programming Topics and Strings: Unicode and Multibyte Character Set (MBCS) Support.
 

Manage Your Profile |Legal |Contact Us |MSDN Flash Newsletter
�2004 Microsoft Corporation. All rights reserved. Terms of Use |Privacy Statement 
 

 

 FirstPrevNext
GeneralOh Dear!
Colin Angus Mackay
12:36 18 Apr '04  
GeneralRe: Oh Dear!
Michael Dunn
13:07 18 Apr '04  
GeneralRe: Oh Dear!
aimsoft2
2:17 8 Aug '05  
GeneralPlural
Anonymous
23:16 1 Apr '04  
GeneralRe: Plural
Roger63
1:29 2 Apr '04  
GeneralRe: Plural
Jörgen Sigvardsson
4:32 3 Apr '04  
Last Visit: 18:37 14 Dec '09     Last Update: 18:37 14 Dec '091


Last Updated 31 Mar 2004 |Advertise |Privacy |Terms of Use |Copyright ©CodeProject, 1999-2009

[8]ページ先頭

©2009-2025 Movatter.jp