.NET CF로 코딩을 하기전에 해당 단말에 어떤 버전의 .NET CF가 있는지 알아낼 필요가 있다. Windows Mobile 6.0이후로는 .NET CF 2.0이 ROM에 기본적으로 탑재가 되어있지만, 이를 확인할 필요는 있다.
가장 간단한 방법은 \Windows\cgacutil.exe를 실행해 보는 것이다.
만약 이 파일을 찾을 수 없다면, .NET이 설치되어 있지 않은 것이다.
2009년 3월 17일 화요일
2009년 3월 5일 목요일
Efficient Memory, Storage, and Power Management in WM 5.0
There is a really good overview about memory, storage, power management and optimization.
Please take a look at the following permalink.
http://msdn.microsoft.com/en-us/library/aa454885.aspx
Please take a look at the following permalink.
http://msdn.microsoft.com/en-us/library/aa454885.aspx
OpenNetCF
MS default ".NET Compact Framework" implementation is a little bit limited.
In order to achieve the level what you can do with native C++, you have to use P/Invoke.
Fortunately, there is a good community called "Open .NET Compact Framework".
They released an open .net compact framework implementation extending the limited MS .NET CF even with sources.
Please take a look at the below link.
http://www.opennetcf.com/
In order to achieve the level what you can do with native C++, you have to use P/Invoke.
Fortunately, there is a good community called "Open .NET Compact Framework".
They released an open .net compact framework implementation extending the limited MS .NET CF even with sources.
Please take a look at the below link.
http://www.opennetcf.com/
2009년 3월 4일 수요일
Understanding Virtual Memory on Windows Mobile
I have heard a lot of complaints on the virtual memory on Windows Mobile.
Today I happened to read an article from Micrsoft.
The article is about change list and migration guide from WM 6.1 to WM 6.5.
As a usual application programmer, I don't care about the behind scene of system memory management. But my colleagues (especaially camera application developer and system developer) always have been complaining about the shortage in virtual memory.
So I took a chance, googled and found good articles on the topic.
Here is the permalink.
http://blogs.msdn.com/hegenderfer/archive/2007/08/31/slaying-the-virtual-memory-monster.aspx
http://blogs.msdn.com/hegenderfer/archive/2007/10/01/slaying-the-virtual-memory-monster-part-ii.aspx
Today I happened to read an article from Micrsoft.
The article is about change list and migration guide from WM 6.1 to WM 6.5.
As a usual application programmer, I don't care about the behind scene of system memory management. But my colleagues (especaially camera application developer and system developer) always have been complaining about the shortage in virtual memory.
So I took a chance, googled and found good articles on the topic.
Here is the permalink.
http://blogs.msdn.com/hegenderfer/archive/2007/08/31/slaying-the-virtual-memory-monster.aspx
http://blogs.msdn.com/hegenderfer/archive/2007/10/01/slaying-the-virtual-memory-monster-part-ii.aspx
피드 구독하기:
글 (Atom)