Microsoft KB Archive/941238

From BetaArchive Wiki

Article ID: 941238

Article Last Modified on 9/21/2007



APPLIES TO

  • Microsoft Windows CE 5.0



SYMPTOMS

Consider the following scenario. On a Microsoft Windows CE 5.0-based device, you call the MultiByteToWideChar function in your code. You set the value of the fourth parameter of the MultiByteToWideChar function to -1. In this scenario, the MultiByteToWideChar function returns an unexpected value.

For example, you run the following code on the Windows CE 5.0-based device.

#define GB18030_CODEPAGE    (54936)
#define CHARSTR1        ("abc")
len = MultiByteToWideChar(GB18030_CODEPAGE, 0, CHARSTR1, -1, NULL, 0);

You expect the MultiByteToWideChar function to return a value of 4 for the len variable. However, the MultiByteToWideChar function returns a value of 3 for the len variable.

RESOLUTION

Software update information

A supported software update is now available from Microsoft as Windows CE 5.0 Platform Builder Monthly Update (September 2007). You can confirm this by scrolling to the "File information" section of this article. The package file name contains the product version, date, Knowledge Base article number, and processor type. The package file name format is:

Product version-yymmdd-kbnnnnnn-processor type


For example: Wincepb50-060503-kb917590-armv4i.msi is the ARMV4i Windows CE 5.0 Platform Builder fix that is documented in KB article 917590 and that is contained in the May 2006 monthly update. To resolve this problem immediately, click the following article number for information about obtaining Windows CE Platform Builder and core operating system software updates:

837392 How to locate core operating system fixes for Microsoft Windows CE Platform Builder products


Prerequisites

This update is supported only if all previously issued updates for this product are also installed.

Restart requirement

After you apply this update, you must perform a clean build of the whole platform. To clean the platform, click Clean on the Build menu. To build the platform, click Build Platform on the Build menu. You do not have to restart the computer after you apply this update.

Update replacement information

This update does not replace any other updates.

File information

The English version of this package has the file attributes (or later file attributes) that are listed in the following table.

File name File size Date Time
Wincepb50-070907-kb941238-armv4i.msi 735,232 07-Sep-2007 21:32
Wincepb50-070907-kb941238-mipsii.msi 738,304 07-Sep-2007 21:32
Wincepb50-070907-kb941238-mipsii_fp.msi 738,816 07-Sep-2007 21:32
Wincepb50-070907-kb941238-mipsiv.msi 738,304 07-Sep-2007 21:32
Wincepb50-070907-kb941238-mipsiv_fp.msi 738,816 07-Sep-2007 21:32
Wincepb50-070907-kb941238-sh4.msi 736,256 07-Sep-2007 21:32
Wincepb50-070907-kb941238-x86.msi 734,208 07-Sep-2007 21:32

The English version of this update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

File name File size Date Time Path
Gb18030.lib 239,820 17-Aug-2007 22:28 public\common\oak\lib\armv4i\debug
Gb18030.lib 235,232 17-Aug-2007 22:28 public\common\oak\lib\armv4i\retail
Gb18030.lib 238,914 17-Aug-2007 22:29 public\common\oak\lib\mipsii\debug
Gb18030.lib 236,368 17-Aug-2007 22:29 public\common\oak\lib\mipsii\retail
Gb18030.lib 238,934 17-Aug-2007 22:29 public\common\oak\lib\mipsii_fp\debug
Gb18030.lib 236,388 17-Aug-2007 22:29 public\common\oak\lib\mipsii_fp\retail
Gb18030.lib 239,482 17-Aug-2007 22:29 public\common\oak\lib\mipsiv\debug
Gb18030.lib 236,430 17-Aug-2007 22:29 public\common\oak\lib\mipsiv\retail
Gb18030.lib 239,502 17-Aug-2007 22:29 public\common\oak\lib\mipsiv_fp\debug
Gb18030.lib 236,450 17-Aug-2007 22:29 public\common\oak\lib\mipsiv_fp\retail
Gb18030.lib 235,800 17-Aug-2007 22:28 public\common\oak\lib\sh4\debug
Gb18030.lib 233,190 17-Aug-2007 22:28 public\common\oak\lib\sh4\retail
Gb18030.lib 233,958 17-Aug-2007 22:28 public\common\oak\lib\x86\debug
Gb18030.lib 232,520 17-Aug-2007 22:28 public\common\oak\lib\x86\retail


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information about the MultiByteToWideChar function, visit the following Microsoft Developer Network (MSDN) Web site:

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Keywords: kbfix kbexpertiseadvanced kbpubtypekc kbqfe KB941238