Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Update for Japanese era for Windows Embedded Compact 2013


View products that this article applies to.

Summary

This update provides the changes that are required for the new Japanese era for Windows Embedded Compact 2013.

↑ Back to the top


Registry settings

Japanese era range

On Windows Embedded Compact 2013, the era range data is stored in the registry under the following subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Calendars\Japanese\Eras

If it is necessary, additional eras can be added to this subkey, as follows:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Calendars\Japanese\Eras]

     "1868 01 01"="\\x660e\\x6cbb_\\x337e_Meiji_M"

     "1912 07 30"="\\x5927\\x6b63_\\x337d_Taisho_T"

     "1926 12 25"="\\x662d\\x548c_\\x337c_Showa_S"

     "1989 01 08"="\\x5e73\\x6210_\\x337b_Heisei_H"

     "2019 05 01"="\\x4ee4\\x548c_\\x32ff_Reiwa_R"

The name of each era value is the start date of the era in the Gregorian calendar. The value contains the era name in the Unicode value of the Japanese character, the abbreviated era name in the Unicode value of the Japanese character, the era name in English, and an abbreviated era name in English, as follows:

"YYYY MM DD"="\\xJE1\\xJE2_\\xAJE_EE_AEE"

The following definitions apply:

  • "YYYY MM DD" is the Gregorian date of the start of the era in "four-digit year, two-digit month, two-digit day" format. A space separates each part of the date.

  • "JE1" is the Unicode value of the first Japanese character of the name of the era.

  • "JE2" is the Unicode value of the second Japanese character of the name of the era, followed by an underscore.

  • "AJE" is the Unicode value of the Japanese abbreviated name of the era, followed by an underscore.

  • "EE" is the English name of the Japanese era, followed by an underscore.

  • "AEE" is the abbreviated English name of the Japanese era.

Gannen (元年) versus Ichinen (1)

Windows Embedded Compact 2013 supports both "Gannen" and "Ichinen" for the first year of the era. Gannen is enabled by default. However, this setting can be configured by using the following registry key:

Note "InitialEraYear" defines either Gannen or Ichinen.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Calendars\Japanese]

For Gannen:
"InitialEraYear"="\x5143\x5E74"

For Ichinen:
"InitialEraYear"="1\x5E74"
 

.NET Compact Framework 3.9 - Relaxed era range checks

A date in a particular era can “overflow” into the following era, and no ArgumentOutOfRangeException or FormatException is thrown by default. To restore strict era checks, set the following value to true or 1, as follows:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\AppContext

"Switch.System.Globalization.EnforceJapaneseEraYearRanges"="true"


"Switch.System.Globalization.EnforceJapaneseEraYearRanges"="1"
 

.NET Compact Framework 3.9 - The first year of an era (Gannen versus Ichinen)

By default, .NET adopts the Gannen (元年) convention in formatting operations for first year of an era. You can restore the previous behavior to represent the first year as “1” instead of as Gannen (元年). To do this, set the following values to true:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETCompactFramework\AppContext

"Switch.System.Globalization.FormatJapaneseFirstYearAsANumber"="true"

"Switch.System.Globalization.EnforceLegacyJapaneseDateParsing"="true"

↑ Back to the top


API changes

GetCalendarInfoEx API

GetCalendarInfoEx now supports an additional query to determine whether Gannen or Ichinen is in use.

A new value CAL_SJAPANESEERAFIRSTYEAR can be passed as a third parameter of GetCalendarInfoEx to retrieve the currently used first year of era convention.

However, Windows Embedded Compact 2013 does not globally define CAL_SJAPANESEERAFIRSTYEAR in any header files in SDK. Therefore, applications must locally define CAL_SJAPANESEERAFIRSTYEAR as follows:

#define CAL_SJAPANESEERAFIRSTYEAR       0x0000003d 

CAL_SJAPANESEERAFIRSTYEAR is supported only on computers that have an update that support the new Japanese era installed. Computers without an update for the Japanese era will return 0 and ERROR_INVALID_FLAGS. In this case, the use of Ichinen is presumed.

↑ Back to the top


Font support for the new Japanese era character

The following Japanese language fonts in WEC2013 include support for the new Japanese era character (U+32FF):

  • Meiryo (Meiryo.ttc)
  • Meiryo Bold (MeiryoB.ttc)
  • MS Gothic (Msgothic.ttc)
  • MS Mincho (MsMincho.ttc)

The following Japanese language reduced character set fonts in WEC2013 don’t include support for the new Japanese era character (U+32FF):

  • Msgothic30.ttc

The following Japanese language compressed fonts in WEC2013 don’t include support for the new Japanese era character (U+32FF):

  • Msgothic.ac3
  • Msgothic30.ac3
  • MsMincho.ac3

↑ Back to the top


Changes in Japanese calendar date formats

The Japanese calendar in WEC2013 will continue to use the existing long, short, and month-year date formats. This differs from Windows desktop that may have updated date formats for Japanese Calendar.

↑ Back to the top


Software update information

Download information

The Windows Embedded Compact 2013 Monthly Update (March 2019) is now available from Microsoft. To download the update, go to the Device Partner Center (DPC).

Prerequisites

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

Restart requirement

After you apply this update, you must perform a clean build of the whole platform. To do this, use one of the following methods:

  • On the Build menu, click Clean Solution, and then click Build Solution.
  • On the Build menu, click Rebuild Solution.

You do not have to restart the computer after you apply this software update.

Update replacement

This update does not replace any other updates.

↑ Back to the top


File information

The English version of this software update package 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.

Files that are included in this package
File name File version File size Date Time Platform
Mscorlib.asmmeta.cfproj Not applicable 46,448 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl
Mscorlib.cfproj Not applicable 47,712 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl
Datetimeformat.cs Not applicable 74,224 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System
Datetimeparse.cs Not applicable 236,788 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System
Mscorlib.csproj Not applicable 28,489 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System
Calendartable.cs Not applicable 8,357 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System\Globalization
Datetimeformatinfo.cs Not applicable 135,183 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System\Globalization
Gregoriancalendarhelper.cs Not applicable 37,062 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System\Globalization
Japanesecalendar.cs Not applicable 10,766 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System\Globalization
Japanesecalendartable.cs Not applicable 21,778 25-Mar-2019 10:57 Premium\Private\Netcf\Root\Product\Bcl\System\Globalization
__official__.ver Not applicable 9,173 26-Mar-2019 12:38 Premium\Private\Netcf\Root\Product\Inc
Monthcal.cpp Not applicable 296,599 25-Mar-2019 10:57 Premium\Private\Winceos\Osshell\Commctrl\Cmncore
Monthcal.h Not applicable 20,761 25-Mar-2019 10:57 Premium\Private\Winceos\Osshell\Commctrl\Cmncore
Scdttime.cpp Not applicable 15,297 25-Mar-2019 10:57 Premium\Private\Winceos\Osshell\Commctrl\Cmncore
Common.reg Not applicable 550,083 01-Apr-2019 13:10 Public\Common\Oak\Files
Commctrl.lib Not applicable 3,367,024 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Checked
Commctrlgdi.lib Not applicable 137,776 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Checked
Commctrlrc_stubs.lib Not applicable 33,334 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Checked
Commctrl_hpc.lib Not applicable 236,462 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Checked
Lpk.lib Not applicable 235,628 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Checked
Unilib.lib Not applicable 158,852 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Checked
Commctrl.lib Not applicable 4,125,654 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Debug
Commctrlgdi.lib Not applicable 160,628 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Debug
Commctrlrc_stubs.lib Not applicable 35,730 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Debug
Commctrl_hpc.lib Not applicable 255,172 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Debug
Lpk.lib Not applicable 258,080 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Debug
Unilib.lib Not applicable 159,948 02-Apr-2019 05:29 Public\Common\Oak\Lib\Armv7\Debug
Commctrl.lib Not applicable 3,261,112 02-Apr-2019 05:28 Public\Common\Oak\Lib\Armv7\Retail
Commctrlgdi.lib Not applicable 132,392 02-Apr-2019 05:28 Public\Common\Oak\Lib\Armv7\Retail
Commctrlrc_stubs.lib Not applicable 34,176 02-Apr-2019 05:28 Public\Common\Oak\Lib\Armv7\Retail
Commctrl_hpc.lib Not applicable 237,550 02-Apr-2019 05:28 Public\Common\Oak\Lib\Armv7\Retail
Lpk.lib Not applicable 193,160 02-Apr-2019 05:28 Public\Common\Oak\Lib\Armv7\Retail
Unilib.lib Not applicable 157,636 02-Apr-2019 05:28 Public\Common\Oak\Lib\Armv7\Retail
Commctrl.lib Not applicable 3,838,646 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Checked
Commctrlgdi.lib Not applicable 138,294 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Checked
Commctrlrc_stubs.lib Not applicable 31,758 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Checked
Commctrl_hpc.lib Not applicable 245,214 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Checked
Lpk.lib Not applicable 250,130 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Checked
Unilib.lib Not applicable 159,160 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Checked
Commctrl.lib Not applicable 3,301,610 02-Apr-2019 05:28 Public\Common\Oak\Lib\X86\Debug
Commctrlgdi.lib Not applicable 130,372 02-Apr-2019 05:28 Public\Common\Oak\Lib\X86\Debug
Commctrlrc_stubs.lib Not applicable 30,806 02-Apr-2019 05:28 Public\Common\Oak\Lib\X86\Debug
Commctrl_hpc.lib Not applicable 233,834 02-Apr-2019 05:28 Public\Common\Oak\Lib\X86\Debug
Lpk.lib Not applicable 224,918 02-Apr-2019 05:28 Public\Common\Oak\Lib\X86\Debug
Unilib.lib Not applicable 158,918 02-Apr-2019 05:28 Public\Common\Oak\Lib\X86\Debug
Commctrl.lib Not applicable 3,691,932 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Retail
Commctrlgdi.lib Not applicable 133,568 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Retail
Commctrlrc_stubs.lib Not applicable 32,450 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Retail
Commctrl_hpc.lib Not applicable 245,688 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Retail
Lpk.lib Not applicable 212,008 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Retail
Unilib.lib Not applicable 158,306 02-Apr-2019 05:29 Public\Common\Oak\Lib\X86\Retail
Nlslocale.dll 6.1.7056.0 147,456 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Checked
Nlslocale.map Not applicable 163,984 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Checked
Nlslocale.rel Not applicable 9,444 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Checked
Uspce.dll Not applicable 434,176 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Checked
Uspce.map Not applicable 496,813 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Checked
Uspce.rel Not applicable 80,842 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Checked
Nlslocale.dll 6.1.7056.0 184,320 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Debug
Nlslocale.map Not applicable 232,732 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Debug
Nlslocale.rel Not applicable 9,560 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Debug
Uspce.dll Not applicable 626,688 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Debug
Uspce.map Not applicable 669,177 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Debug
Uspce.rel Not applicable 80,668 02-Apr-2019 05:30 Public\Common\Oak\Target\Armv7\Debug
Nlslocale.dll 6.1.7056.0 143,360 02-Apr-2019 05:29 Public\Common\Oak\Target\Armv7\Retail
Nlslocale.map Not applicable 145,402 02-Apr-2019 05:29 Public\Common\Oak\Target\Armv7\Retail
Nlslocale.rel Not applicable 8,632 02-Apr-2019 05:29 Public\Common\Oak\Target\Armv7\Retail
Uspce.dll Not applicable 368,640 02-Apr-2019 05:29 Public\Common\Oak\Target\Armv7\Retail
Uspce.map Not applicable 266,802 02-Apr-2019 05:29 Public\Common\Oak\Target\Armv7\Retail
Uspce.rel Not applicable 47,173 02-Apr-2019 05:29 Public\Common\Oak\Target\Armv7\Retail
Nlslocale.dll 6.1.7056.0 151,552 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Checked
Nlslocale.map Not applicable 81,789 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Checked
Nlslocale.rel Not applicable 20,841 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Checked
Uspce.dll Not applicable 458,752 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Checked
Uspce.map Not applicable 241,600 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Checked
Uspce.rel Not applicable 125,038 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Checked
Nlslocale.dll 6.1.7056.0 196,608 02-Apr-2019 05:29 Public\Common\Oak\Target\X86\Debug
Nlslocale.map Not applicable 86,430 02-Apr-2019 05:29 Public\Common\Oak\Target\X86\Debug
Nlslocale.rel Not applicable 30,266 02-Apr-2019 05:29 Public\Common\Oak\Target\X86\Debug
Uspce.dll Not applicable 659,456 02-Apr-2019 05:29 Public\Common\Oak\Target\X86\Debug
Uspce.map Not applicable 249,317 02-Apr-2019 05:29 Public\Common\Oak\Target\X86\Debug
Uspce.rel Not applicable 151,283 02-Apr-2019 05:29 Public\Common\Oak\Target\X86\Debug
Nlslocale.dll 6.1.7056.0 151,552 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Retail
Nlslocale.map Not applicable 75,361 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Retail
Nlslocale.rel Not applicable 19,594 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Retail
Uspce.dll Not applicable 397,312 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Retail
Uspce.map Not applicable 146,229 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Retail
Uspce.rel Not applicable 68,082 02-Apr-2019 05:30 Public\Common\Oak\Target\X86\Retail
Oleaut32.lib Not applicable 1,245,912 02-Apr-2019 05:36 Public\Dcom\Oak\Lib\Armv7\Checked
Oleaut32.lib Not applicable 1,611,664 02-Apr-2019 05:35 Public\Dcom\Oak\Lib\Armv7\Debug
Oleaut32.lib Not applicable 1,335,198 02-Apr-2019 05:34 Public\Dcom\Oak\Lib\Armv7\Retail
Oleaut32.lib Not applicable 1,442,624 02-Apr-2019 05:35 Public\Dcom\Oak\Lib\X86\Checked
Oleaut32.lib Not applicable 1,162,840 02-Apr-2019 05:33 Public\Dcom\Oak\Lib\X86\Debug
Oleaut32.lib Not applicable 1,506,438 02-Apr-2019 05:36 Public\Dcom\Oak\Lib\X86\Retail
Cgacutil.exe 3.9.19085.0 16,384 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
Cgacutil.map Not applicable 56,941 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
Cgacutil.rel Not applicable 6,573 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
K.mscoree3_9.dll 3.9.19085.0 381,952 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
K.mscoree3_9.map Not applicable 1,006,786 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
K.mscoree3_9.rel Not applicable 125,125 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
Mscoree.dll 3.9.19085.0 54,272 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
Mscoree.map Not applicable 112,521 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
Mscoree.rel Not applicable 15,911 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Checked
Mscoree3_9.dll 3.9.19085.0 848,384 02-Apr-2019 05:52 Public\Netcf\Oak\Target\Armv7\Checked
Mscoree3_9.map Not applicable 2,365,253 02-Apr-2019 05:52 Public\Netcf\Oak\Target\Armv7\Checked
Mscoree3_9.rel Not applicable 314,147 02-Apr-2019 05:52 Public\Netcf\Oak\Target\Armv7\Checked
Netcfagl3_9.dll 3.9.19085.0 174,592 02-Apr-2019 05:53 Public\Netcf\Oak\Target\Armv7\Checked
Netcfagl3_9.map Not applicable 305,081 02-Apr-2019 05:53 Public\Netcf\Oak\Target\Armv7\Checked
Netcfagl3_9.rel Not applicable 47,260 02-Apr-2019 05:53 Public\Netcf\Oak\Target\Armv7\Checked
Cgacutil.exe 3.9.19085.0 22,016 02-Apr-2019 05:54 Public\Netcf\Oak\Target\Armv7\Debug
Cgacutil.map Not applicable 67,463 02-Apr-2019 05:54 Public\Netcf\Oak\Target\Armv7\Debug
Cgacutil.rel Not applicable 7,385 02-Apr-2019 05:54 Public\Netcf\Oak\Target\Armv7\Debug
K.mscoree3_9.dll 3.9.19085.0 946,688 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Debug
K.mscoree3_9.map Not applicable 2,547,175 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Debug
K.mscoree3_9.rel Not applicable 289,091 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Debug
Mscoree.dll 3.9.19085.0 65,024 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Debug
Mscoree.map Not applicable 128,285 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Debug
Mscoree.rel Not applicable 16,926 02-Apr-2019 05:55 Public\Netcf\Oak\Target\Armv7\Debug
Mscoree3_9.dll 3.9.19085.0 2,225,152 02-Apr-2019 05:51 Public\Netcf\Oak\Target\Armv7\Debug
Mscoree3_9.map Not applicable 5,720,325 02-Apr-2019 05:51 Public\Netcf\Oak\Target\Armv7\Debug
Mscoree3_9.rel Not applicable 647,879 02-Apr-2019 05:51 Public\Netcf\Oak\Target\Armv7\Debug
Netcfagl3_9.dll 3.9.19085.0 519,680 02-Apr-2019 05:52 Public\Netcf\Oak\Target\Armv7\Debug
Netcfagl3_9.map Not applicable 1,088,827 02-Apr-2019 05:52 Public\Netcf\Oak\Target\Armv7\Debug
Netcfagl3_9.rel Not applicable 145,657 02-Apr-2019 05:52 Public\Netcf\Oak\Target\Armv7\Debug
Cgacutil.exe 3.9.19085.0 15,872 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
Cgacutil.map Not applicable 52,040 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
Cgacutil.rel Not applicable 6,051 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
K.mscoree3_9.dll 3.9.19085.0 381,952 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
K.mscoree3_9.map Not applicable 1,003,739 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
K.mscoree3_9.rel Not applicable 124,806 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
Mscoree.dll 3.9.19085.0 53,760 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
Mscoree.map Not applicable 109,390 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
Mscoree.rel Not applicable 15,505 02-Apr-2019 05:49 Public\Netcf\Oak\Target\Armv7\Retail
Mscoree3_9.dll 3.9.19085.0 847,360 02-Apr-2019 05:46 Public\Netcf\Oak\Target\Armv7\Retail
Mscoree3_9.map Not applicable 2,360,547 02-Apr-2019 05:46 Public\Netcf\Oak\Target\Armv7\Retail
Mscoree3_9.rel Not applicable 313,509 02-Apr-2019 05:46 Public\Netcf\Oak\Target\Armv7\Retail
Netcfagl3_9.dll 3.9.19085.0 174,080 02-Apr-2019 05:47 Public\Netcf\Oak\Target\Armv7\Retail
Netcfagl3_9.map Not applicable 301,710 02-Apr-2019 05:47 Public\Netcf\Oak\Target\Armv7\Retail
Netcfagl3_9.rel Not applicable 46,825 02-Apr-2019 05:47 Public\Netcf\Oak\Target\Armv7\Retail
Cgacutil.exe 3.9.19085.0 16,384 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
Cgacutil.map Not applicable 39,053 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
Cgacutil.rel Not applicable 9,212 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
K.mscoree3_9.dll 3.9.19085.0 404,480 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
K.mscoree3_9.map Not applicable 692,595 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
K.mscoree3_9.rel Not applicable 160,824 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
Mscoree.dll 3.9.19085.0 57,344 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
Mscoree.map Not applicable 81,791 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
Mscoree.rel Not applicable 22,813 02-Apr-2019 05:53 Public\Netcf\Oak\Target\X86\Checked
Mscoree3_9.dll 3.9.19085.0 915,456 02-Apr-2019 05:50 Public\Netcf\Oak\Target\X86\Checked
Mscoree3_9.map Not applicable 1,384,435 02-Apr-2019 05:50 Public\Netcf\Oak\Target\X86\Checked
Mscoree3_9.rel Not applicable 421,998 02-Apr-2019 05:50 Public\Netcf\Oak\Target\X86\Checked
Netcfagl3_9.dll 3.9.19085.0 199,680 02-Apr-2019 05:51 Public\Netcf\Oak\Target\X86\Checked
Netcfagl3_9.map Not applicable 176,629 02-Apr-2019 05:51 Public\Netcf\Oak\Target\X86\Checked
Netcfagl3_9.rel Not applicable 71,736 02-Apr-2019 05:51 Public\Netcf\Oak\Target\X86\Checked
Cgacutil.exe 3.9.19085.0 21,504 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
Cgacutil.map Not applicable 40,127 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
Cgacutil.rel Not applicable 11,358 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
K.mscoree3_9.dll 3.9.19085.0 924,672 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
K.mscoree3_9.map Not applicable 1,359,193 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
K.mscoree3_9.rel Not applicable 379,542 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
Mscoree.dll 3.9.19085.0 66,560 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
Mscoree.map Not applicable 84,482 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
Mscoree.rel Not applicable 26,003 02-Apr-2019 05:48 Public\Netcf\Oak\Target\X86\Debug
Mscoree3_9.dll 3.9.19085.0 2,236,416 02-Apr-2019 05:46 Public\Netcf\Oak\Target\X86\Debug
Mscoree3_9.map Not applicable 2,692,189 02-Apr-2019 05:46 Public\Netcf\Oak\Target\X86\Debug
Mscoree3_9.rel Not applicable 995,879 02-Apr-2019 05:46 Public\Netcf\Oak\Target\X86\Debug
Netcfagl3_9.dll 3.9.19085.0 539,648 02-Apr-2019 05:46 Public\Netcf\Oak\Target\X86\Debug
Netcfagl3_9.map Not applicable 558,839 02-Apr-2019 05:46 Public\Netcf\Oak\Target\X86\Debug
Netcfagl3_9.rel Not applicable 245,098 02-Apr-2019 05:46 Public\Netcf\Oak\Target\X86\Debug
Cgacutil.exe 3.9.19085.0 15,872 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
Cgacutil.map Not applicable 36,474 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
Cgacutil.rel Not applicable 8,255 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
K.mscoree3_9.dll 3.9.19085.0 403,968 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
K.mscoree3_9.map Not applicable 690,753 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
K.mscoree3_9.rel Not applicable 159,983 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
Mscoree.dll 3.9.19085.0 56,832 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
Mscoree.map Not applicable 80,262 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
Mscoree.rel Not applicable 21,972 02-Apr-2019 05:55 Public\Netcf\Oak\Target\X86\Retail
Mscoree3_9.dll 3.9.19085.0 913,920 02-Apr-2019 05:52 Public\Netcf\Oak\Target\X86\Retail
Mscoree3_9.map Not applicable 1,382,256 02-Apr-2019 05:52 Public\Netcf\Oak\Target\X86\Retail
Mscoree3_9.rel Not applicable 420,345 02-Apr-2019 05:52 Public\Netcf\Oak\Target\X86\Retail
Netcfagl3_9.dll 3.9.19085.0 199,168 02-Apr-2019 05:52 Public\Netcf\Oak\Target\X86\Retail
Netcfagl3_9.map Not applicable 174,942 02-Apr-2019 05:52 Public\Netcf\Oak\Target\X86\Retail
Netcfagl3_9.rel Not applicable 70,866 02-Apr-2019 05:52 Public\Netcf\Oak\Target\X86\Retail
Mscorlib.dll 3.9.19085.0 1,409,536 02-Apr-2019 05:46 Public\Netcf\Sdk\Target\Managed\Checked
Mscorlib.dll 3.9.19085.0 1,853,440 02-Apr-2019 05:46 Public\Netcf\Sdk\Target\Managed\Debug
Mscorlib.dll 3.9.19085.0 1,409,536 02-Apr-2019 05:46 Public\Netcf\Sdk\Target\Managed\Retail

↑ Back to the top


References

For more information about other Microsoft products for which the new Japanese era updates are being developed, see Updates for May 2019 Japanese era change.

Learn about the terminology that Microsoft uses to describe software updates.

↑ Back to the top


Keywords: windows embedded compact 2013, WEC2013

↑ Back to the top

Article Info
Article ID : 4496700
Revision : 23
Created on : 4/26/2019
Published on : 4/26/2019
Exists online : False
Views : 130