VB.net for handheld device
I want to develop an application in VB.net for handheld device(Ticket machine in Bus and train).Is it possible to develop in Vb net. Whether i need windows OS in my handheld device or any runtime environment only needed. My hardware is ARM processor.
I want to run my application as stan开发者_StackOverflow社区dalone in my machine.
Assuming that you have device with Windows Mobile on it it should be ok, though you'd have to find out what version of the .Net Compact Framework it has installed on it.
Here's more information:
http://en.wikipedia.org/wiki/.NET_Compact_Framework
Depending on your exact needs and hardware, the Micro Framework runs .NET (though only C# is supported) on pretty resource-constrained devices. It doesn't require an OS (it is the OS).
精彩评论