Jeremiah
Jeremiah

Reputation: 5514

Can I use Delphi or C++Builder for Windows Mobile 6.1 Development?

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!

Upvotes: 2

Views: 4266

Answers (2)

Birger
Birger

Reputation: 4353

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

Upvotes: 3

JamesSugrue
JamesSugrue

Reputation: 15011

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.

Upvotes: 3

Related Questions