views:

2440

answers:

2

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!

+1  A: 

https://forums.codegear.com/message.jspa?messageID=20711

GIYF

plan9assembler
i know... some reason i wasn't able to find this... do share your google keyword knowledge.
Jeremiah
never mind, i just want to use that word to remember :)
plan9assembler
+3  A: 

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.

KiwiBastard
There is no designer in Delphi Prism because MS's designers are tied directly to the C# and VB.NET plugins, and aren't available for any other languages.You can build CF apps with Delhpi Prism, however. You just can't design them with the visual designer
Nick Hodges
Actually, there was a session at CodeRage III for how to use the WinForms designer to visually build CF Applications with Delphi Prism. It was pretty cool.
Jim McKeeth