PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Development
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008, 06:11 AM
B18DelSolT's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre
Carrier: Sprint
Location: CT
 
Join Date: Apr 2007
Posts: 447
Reputation: 140
B18DelSolT is keeping up the good workB18DelSolT is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to B18DelSolT Send a message via MSN to B18DelSolT Send a message via Yahoo to B18DelSolT
Software Development

I was just wondering, what applications are out there that allow for software development on the windows mobile platform? preferably wm 6, 6.1 if there is a difference.

Thanks Much
B18DelSolT
  #2 (permalink)  
Old 05-16-2008, 08:56 AM
SomeGuyMMS's Avatar
VIP Member
Offline
Pocket PC: HTC Diamond & HTC Touch
Carrier: Sprint
 
Join Date: Mar 2008
Posts: 598
Reputation: 5846
SomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Software Development

I'm not sure exactly what your looking for or coming from, beginner or seasoned pro. There are a bunch IDE's and languages that support Mobile Development. Here are a few:

Visual Studio
-- C++
-- .NET

ArianeSoft PPL
-- Cish / VB hybrid language

J2ME
-- Java

Silverlight
-- XAML

Flash CS
-- Actionscript

Edit: Mortscript - Forgot about that. Thanks 6700Yuma
__________________
Donations Appreciated

--------------------------------------
sMMS Picture Mail v0.8.3.14000 - Sprint

Last edited by SomeGuyMMS; 05-16-2008 at 11:02 AM.
  #3 (permalink)  
Old 05-16-2008, 10:42 AM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Software Development

I've used PPL, and while powerful, it also sucks up lots of memory. If you just want to do some scripts for automated tasks, MortScript is easy to use.

C++ is great because it's native code and doesn't require .Net CF to be loaded on the device that is running it.
__________________
Now with VGA support on all software!

Projects: (PeraStats 1.7) (PeraCount with Clock 1.3) (PeraCount 1.3) (PeraProfiler 1.2) (S2U2Lock 1.1)
  #4 (permalink)  
Old 05-16-2008, 11:38 AM
B18DelSolT's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre
Carrier: Sprint
Threadstarter
Location: CT
 
Join Date: Apr 2007
Posts: 447
Reputation: 140
B18DelSolT is keeping up the good workB18DelSolT is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to B18DelSolT Send a message via MSN to B18DelSolT Send a message via Yahoo to B18DelSolT
Re: Software Development

Well im new to all this so i want something that can be easy to use/learn. Ive been playing with Mortscript, but i didnt think you could create programs with it.

P.s. im a horribly slow learner lol. but ima try.
  #5 (permalink)  
Old 05-16-2008, 12:10 PM
SomeGuyMMS's Avatar
VIP Member
Offline
Pocket PC: HTC Diamond & HTC Touch
Carrier: Sprint
 
Join Date: Mar 2008
Posts: 598
Reputation: 5846
SomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the communitySomeGuyMMS is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Software Development

Quote:
Originally Posted by B18DelSolT View Post
Well im new to all this so i want something that can be easy to use/learn. Ive been playing with Mortscript, but i didnt think you could create programs with it.

P.s. im a horribly slow learner lol. but ima try.
I suggest before you start learning basic software development before you jump into mobile development. If this is just a hobby I suggest you start with Java or C# .NET. Pretty easy languages to learn while still teaching you coding principles.

EDIT: I never could get PPL IDE to work. It crashed everytime I added a form. I'm using Vista that might have been my first mistake.

Last edited by SomeGuyMMS; 05-16-2008 at 12:16 PM.
  #6 (permalink)  
Old 05-16-2008, 10:34 PM
B18DelSolT's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre
Carrier: Sprint
Threadstarter
Location: CT
 
Join Date: Apr 2007
Posts: 447
Reputation: 140
B18DelSolT is keeping up the good workB18DelSolT is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to B18DelSolT Send a message via MSN to B18DelSolT Send a message via Yahoo to B18DelSolT
Re: Software Development

Quote:
Originally Posted by SomeGuyMMS View Post
I suggest before you start learning basic software development before you jump into mobile development. If this is just a hobby I suggest you start with Java or C# .NET. Pretty easy languages to learn while still teaching you coding principles.

EDIT: I never could get PPL IDE to work. It crashed everytime I added a form. I'm using Vista that might have been my first mistake.
lol ooh no im using vista also, maybe i shouldn't use that one than. Thanks for all the apps.
  #7 (permalink)  
Old 05-17-2008, 12:07 AM
wombshifta's Avatar
Lurker
Offline
Pocket PC: Touch Pro2
Carrier: sprint
Location: wash dc
 
Join Date: Jan 2008
Posts: 7
Reputation: 0
wombshifta is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Software Development

I know that this is off the topic but i will like to know how come no one is talking about wm7 or wm8 its all about wm6.1 which is really some crap and when will someone get there hands on a leaked version
  #8 (permalink)  
Old 05-17-2008, 12:15 AM
Spencer_Moore's Avatar
Halfway to VIP Status
Offline
Pocket PC: Droid Eris
Carrier: Verizon
 
Join Date: Sep 2007
Posts: 572
Reputation: 290
Spencer_Moore is becoming a PPCGeeks regularSpencer_Moore is becoming a PPCGeeks regularSpencer_Moore is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Spencer_Moore
Re: Software Development

Quote:
Originally Posted by wombshifta View Post
I know that this is off the topic but i will like to know how come no one is talking about wm7 or wm8 its all about wm6.1 which is really some crap and when will someone get there hands on a leaked version
For waht reason would u post this here...this has nothing to do with the topic of conversation in this thread....noone has wm7 or wm8 because they are still major beta phases...if wm 6.1 is not offically released and we only ahve betas there is no way we could have wm7 leak when were still looking for wm 6.1 leaks
__________________
sorry i cant type tommy john surgery makes it hard so just bare with me for a little
  #9 (permalink)  
Old 05-22-2008, 01:52 PM
alexs's Avatar
Lurker
Offline
Pocket PC: 6800
Carrier: Sprint
 
Join Date: Apr 2008
Posts: 1
Reputation: 0
alexs is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Software Development

Another great free option is to use the Lazarus IDE.
Full cross platform Enviroment with Gui support. There are a several options to Develop for the Pocket PC. I personally used the KOL component.
Here are some links to get you started:

The Lazarus Home Page:
http://www.lazarus.freepascal.org/

KOL getting started Wiki
http://wiki.lazarus.freepascal.org/KOL-CE

PDA and Smartphone Forum:
http://www.lazarus.freepascal.org/in...viewforum&f=17

Windows CE port of the Free Pascal Compiler
http://wiki.lazarus.freepascal.org/WinCE_port


I used the KOL getting started Wiki and had a simple app running in no time.
Hope this helps!
Closed Thread

  PPCGeeks > Windows Mobile > Windows Mobile Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 11:47 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com