如何為Win CE系統(tǒng)開發(fā)應(yīng)用程序
To write applications for Windows CE, Microsoft offers a rich set of languages for creating managed (.NET) or native applications. You can use Visual Studio .NET to write managed code or use eMbedded Visual C ++ to write native code.
???
在什么情況下應(yīng)該用
Visual Studio .NET
而不是
eMbedded Visual C++
來為
Win CE
系統(tǒng)開發(fā)應(yīng)用程序?
The type of application that you want to create will dictate the choice between native and managed code (.NET). When performance and control are the highest priorities, developers should turn to eMbedded Visual C++ or native code. When a consistent programming model and time-to-market are the primary considerations, the advantages offered by Visual Studio .NET are unparalleled.
.NET Compact Framework
應(yīng)用程序的運行性能是否和
eMbedded Visual C++
應(yīng)用程序一樣?
In most cases, applications that you write with eMbedded Visual C++ will run faster than those that you write by using Microsoft Visual Basic .NET or Microsoft Visual C# .NET. However, for computationally-intensive portions of an application, you will see a substantial improvement of your Visual Basic .NET applications over their eMbedded Visual Basic .NET equivalents.
posted on 2007-01-13 16:34 milkyway 閱讀(1663) 評論(0) 編輯 收藏 引用 所屬分類: wince(別人的文章技巧總結(jié))

