Are there any good programming environments/IDEs for Windows Mobile devices? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T03:46:05Zhttp://stackoverflow.com/feeds/question/275436http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/275436/are-there-any-good-programming-environments-ides-for-windows-mobile-devices4Are there any good programming environments/IDEs for Windows Mobile devices?MusiGenesis2008-11-09T00:42:04Z2008-12-16T22:13:00Z
<p>By this, I don't mean PC-based development environments (like Visual Studio) for developing and deploying Windows Mobile applications. Rather, I mean an IDE that runs on Windows Mobile devices and lets you write and test code there.</p>
http://stackoverflow.com/questions/275436/are-there-any-good-programming-environments-ides-for-windows-mobile-devices/275455#2754553Answer by Nelson LaQuet for Are there any good programming environments/IDEs for Windows Mobile devices?Nelson LaQuet2008-11-09T00:54:52Z2008-11-09T00:54:52Z<p>I know of no such thing, and I doubt it would be a good idea; as such I don't think any such thing exists.</p>
<p>It would be a cool project for you to write though, I can't imagine it would be that hard. You would just need a compiler that runs on the WM platform.</p>
<p>Wait; I found this:</p>
<p><a href="http://www.freewarepocketpc.net/ppc-download-c-ide-mobile-v9-0.html" rel="nofollow">http://www.freewarepocketpc.net/ppc-download-c-ide-mobile-v9-0.html</a></p>
http://stackoverflow.com/questions/275436/are-there-any-good-programming-environments-ides-for-windows-mobile-devices/365873#3658736Answer by Maccy for Are there any good programming environments/IDEs for Windows Mobile devices?Maccy2008-12-13T22:36:40Z2008-12-14T15:33:38Z<p>Over the past year or so I have been searching regularly for new developer tools for use on Windows Mobile based devices and have come across many. I currently have installed on my device <a href="http://pythonce.sourceforge.net/" rel="nofollow">PythonCE</a>, <a href="http://www.evolane.com/software/etcl/index.html" rel="nofollow">eTcl</a>, <a href="http://www.delosoft.com/" rel="nofollow">dsForth</a>, <a href="http://sourceforge.net/projects/pocketlogo/" rel="nofollow">PocketLogo</a> (The documents which comes with it is in German though), <a href="http://www.rebol.com/platforms-core.html" rel="nofollow">Rebol</a>, and <a href="http://www.mazama.net/scheme/pscheme.htm" rel="nofollow">Pocket Scheme</a>.</p>
<p>Development tools which I have heard about but not tried are <a href="http://pocketgcc.sourceforge.net/index.html" rel="nofollow">Pocket GCC</a>, <a href="http://www.orbworks.com/" rel="nofollow">PocketC</a>, <a href="http://lua-users.org/wiki/LuaDistributions" rel="nofollow">Lua</a>, <a href="http://www.jsoftware.com/" rel="nofollow">J</a>, <a href="http://www.arianesoft.ca/page.php?1" rel="nofollow">Pocket Programming Language</a> and <a href="http://pocketgcc.sourceforge.net/pcsharp/" rel="nofollow">Pocket C#</a></p>
<p>A good website to find other interpreters is <a href="http://www.rainer-keuchel.de/" rel="nofollow">www.rainer-keuchel.de</a>, unfortunately though it seems the author has been inactive for quite sometime.</p>
<p><a href="http://www.mobilitysite.com/boards/business-development/92214-programming-pocket-pc-entirely-ppc-not-desktop-based-solutions.html#post772986" rel="nofollow">Here is a link to a thread on on mobilitysite.com with some useful findings.</a></p>
<p>If I find anything new I'll come back and update.</p>
http://stackoverflow.com/questions/275436/are-there-any-good-programming-environments-ides-for-windows-mobile-devices/372951#3729511Answer by moster67 for Are there any good programming environments/IDEs for Windows Mobile devices?moster672008-12-16T22:13:00Z2008-12-16T22:13:00Z<p>You could try Basic4PPC (www.basic4ppc.com).</p>
<p>It's a great programming-enviroment (based on the NET framework) with a very active and numerous user-community. There is also a version of the IDE which can be used on the device.</p>
<p>Rgds,
Moster67</p>