Saturday, October 12, 2013

Windows Embedded Compact QFEs for September 2013 have arrived!

Hi all,

the September updates for Windows Embedded Compact are available for download:


Fixes made in this update:

Component: Browser
130926_KB2888627 -  This update addresses a memory leak which occurs when IInternetProtocolSink::ReportProgress() is called with a status code BINDSTATUS_MIMETYPEAVAILABLE.
130930_KB2886720 -  An update rollup is available that includes several cumulative security updates for Internet Explorer for Windows Embedded Compact 7.

Component: DirectX
130930_KB2869657 - This update addresses an issue with DirectDraw cannot enumerate the primary monitor when multimon is enabled.

Component: File System
130930_KB2863141 - Some handle leaks occur when USB flash drive fails to be mounted on a Windows Embedded Compact 7-based device.

Component: Shell
130925_KB2817593 - This update addresses an issue with WEC7 Out Of Memory dialog getting hidden by other windows.

Component: Silverlight
130613_KB2846804 - This update addresses an issue with the property changed callback method for a dependency property of VTYPE_PROPERTYBAG value type cannot be invoked in Silverlight.
130613_KB2842568 - This update addresses an issue with the scrollbars of ListBox control aren't displayed correctly on WEC7.
130821_KB2871813 - You cannot input characters in a Microsoft Silverlight for Windows Embedded application on a Japanese version of Windows Embedded Compact 7-based device.
130821_KB2871837 - Full-width spaces are not displayed in a Microsoft Silverlight for Windows Embedded application on a Japanese version of Windows Embedded Compact 7-based device.
130916_KB2877825 - This update addresses an issue with the XRScrollEventType_EndScroll event type is not received when you scroll a scrollbar in Silverlight.
130923_KB2863138 - This update addresses an issue with the event handler method of LayoutUpdated event cannot be triggered on an IXRFrameworkElement in Silverlight.
130930_KB2881753 - This update addresses an issue with the incorrect behaviors of scrollbar thumb on ListBox control.

Component: Tools
130930_KB2870641 -  Log files that are generated by Netlog tool will contain corrupted timestamp values after it has run for more than two hours.
130930_KB2842510 -  Locales are built incorrectly when you add them to a Windows Embedded Compact 7 image



Fixes made in this update:


Component:  IE
130925_KB2886717 - An update rollup is available that includes several cumulative security updates for Internet Explorer for Windows Embedded CE 6.0.



Fixes made in this update:

 

Component:  IE
130929_KB2886715 - An update rollup is available that includes several cumulative security updates for Internet Explorer for Windows CE 5.0.

REMEMBER: It’s important to keep your system up to date!


Have fun!

Thursday, October 3, 2013

Viewers for Windows Embedded Compact 7 - Microsoft Office 97, 2000, 2003, XP and 2007 file format support

Hi Folks,

Need to display Microsoft Office 2003 or 2007 documents on your Windows Embedded Compact 7 platform, then get the viewers for PlatformBuilder :


Windows Embedded Compact 7 viewers : http://www.microsoft.com/en-us/download/details.aspx?id=8979



- Nicolas

Tuesday, October 1, 2013

.NET Compact Framework Prefetch Abort

Hi Folks,

When doing debugging of .NET Compact Framework 3.5 applications you can encounter Prefetch Abort errors, due to the amount of RAM used by your application. This happens only when the JIT Debugger is attached to your Windows Embedded CE 6.0 or Windows Embedded Compact 7 target.


In that case Microsoft is providing a registry fix-up that allows the debugger to catch this use case. Add the following to your device registry :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework]
"JITCodeBufferSizeLimitEnabled"=dword:00000001
Microsoft fixup page link.

-Nicolas