PDA

Click to See Complete Forum and Search --> : [RESOLVED] Palm Os vs Windows Mobile


easymoney
Apr 12th, 2006, 12:06 AM
Maybe the is a stupid question....

Do you prefer mobile software development on Windows Mobile platform or PalmOS?

Which is the best for new to mobile developer with moderate VB skills?

Any comments? :ehh:

Strider
Apr 12th, 2006, 03:50 AM
From a biased point of view Windows Mobile.
There is a lot more support for developing in windows mobile.
there are many support forums, websites etc...
Also the Compact Framework is a subset of the full .net framework

there is also a open source community for the Compact Framework

easymoney
Apr 12th, 2006, 10:05 AM
Thanks.

That was my first impression. My early look around the search engines yielded the best information on Windows Mobile. PalmOs had some open development, but seem a bit more limited.

Honestly, I wouldn't have expected anything less from Bill, regardless of security or bug status, dominate the market... hehe

Does Windows Mobile (or other handheld computing platform) also have strong support for any development for vb6?

Seems I recall a few plugins for VB6 with comiler support for Windows Mobile.

Anyone?

Strider
Apr 12th, 2006, 10:11 AM
eVB the old development language for Pocket Pc & Windows CE is near extinction. and will no longer be supported on the new versions of the windows mobile OS, pocket pc OS etc...
It was very like VB6.

eVB was replaced with the Compact Framework 1.0 which was part of Visual Studio 2003 Pro
and recently the Compact Framework 2.0 was launched as part of Visual Studio 2005

The Compact Framework is a slimmed down version of the full .Net Framework (hence the name compact) not all controls class are available but a lot are, and its a lot better than eVB had.

http://samples.gotdotnet.com/quickstart/CompactFramework/ is a good place to start learning the Compact Framework

easymoney
Apr 12th, 2006, 03:31 PM
Thanks for the Push... :wave:

Shaggy Hiker
Apr 23rd, 2006, 10:40 AM
Stay away from eVB. It may feel familiar at first, but it really isn't. For one thing, there are no types. Sure, you can define an integer, a string, a double, etc. However, it's just words in eVB, the variables are all variant, regardless of what you call them. This means that you can multiply two strings togther without getting any complaint from the compiler....though your program will crash if they really are strings.

The .NET CF is definitely the way to go. However, as for 2005....well, the full 2005 has sufficient bugs that many people are awaiting SP1 before moving there.

Basically, I totally agree with Strider and all he has said. Just so you know his opinion is seconded.

easymoney
Jul 2nd, 2006, 07:07 PM
Ok, I will go with .net. I have a Dell Axim with windows mobile. Starting to realize this is going to take a little while.

I would like to start by removing alot of the installed components. The only apps that I want to install is the calenar/scheduling, etc. The app I am developing will just store job info and measurements, track values, etc.

Anyone have a good site for customizing WM compenents, and changing the security policy?

petevick
Jul 3rd, 2006, 12:48 AM
Hi,
many of the installed components can't be removed, as they are in ROM - all you can do is hide them.

Best solution may be to make your app 'full screen' - you should be able to find several posts telling you how to do this

Pete

easymoney
Jul 3rd, 2006, 04:01 PM
That makes sense. I do not really need to remove them, hide them is a good solution. :wave: