Question

I'm curious about what it takes to program for mobile devices (Windows Mobile 6.1) and if I can use the IDE's we're already used to (RAD Studio 2009).

Is there a Mobile Development Community around where Delphi or C++Builder users can learn from?

Are there differences in development techniques, like: Drivers, Memory Limits, Device Specific Considerations and others?

Links to Documentation and Tutorials are always awesome!

Thanks!

Was it helpful?

Solution

You can do Compact Framework development in Delphi.NET (Prism?) but not natively in 2009.

It was a hot topic in the community a few years ago when I was involved, and it basically came down to resources, cost of implementation and potential license fees that made it not worth doing for Borland (as they were at the time).

That may have changed now, but reading the 2009 feature sheet it appears not...

Edit: It appears there is no designer support for CF in Prism.

OTHER TIPS

If you prefer using Pascal you can use FreePascal to develop for Windows Mobile 6.1

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top