2007年8月29日

Provia A1 GPS



##CONTINUE##
  • Samsung 800 x 480 resolution widescreen touchscreen 7-inch display
  • Navigation uses super-detailed, razor-sharp 3D maps, complete with models of buildings and other landmarks.
  • It has a "picture-in-picture" (PIP) mode, so you can simultaneously watch a movie and get directions.
  • a DMB receiver so you can receive over-the-air (OTA) digital television broadcasts.
  • DivX, XviD, H.264, WMA, WMV, OGG, mp3, MPEG-4, and a bunch of other formats.

2007年8月27日

心智圖軟體



##CONTINUE##
免費跨平台 : FreeMind

  • 新版本0.9.0Beta2 Release!
  • 使用上蠻直覺好用,Tab鍵新增子結點,Enter鍵新增平行結點。
  • 跨平台,PC或Mac上皆可使用。


免費線上版:Mindomo
  • 介面較美觀,免費版已提供Map style以及加入圖式、圖片功能。
  • 有提供類似標籤雲功能:Boundary Shape
  • Flash 介面
  • 連線速度滿意。
  • 提供分享功能。
  • 可輸入FreeMind檔案。
  • 免費版僅提供三個私人檔案!


Mac版:NovaMind
  • 介面華麗,並提供許多免費的圖示。
  • 無免費版,最便宜的需要49 USD。
  • 目前試用中,輸入介面還是覺得FreeMind好用。

2007年8月2日

Something about including managed code to OS Image

在MSDN上提到:
The MODULES section specifies which Windows Embedded CE-based modules are included in the run-time image, and how they are loaded into the memory table as established in the MEMORY section of the Config.bib file.

This section can contain up to 2,000 modules, which consist of a two-part combination of source code and data.

Note:
Do not include managed code in the MODULES section. This is because the kernel does not load managed code. Instead, managed code is opened as a memory-mapped file by the .NET Compact Framework. Managed code must be included in the FILES section.

##CONTINUE##
至於甚麼是Managed Code? Unmanaged Code? Native Code?可以參考這篇文章!Managed, Unmanaged, Native: What Kind of Code Is This?

因此,在platform.bib中,必須將要加入的Managed Code加在Files Section而不是在Modules Section!