Are there any good programming environments/IDEs for Windows Mobile devices? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T03:46:05Z http://stackoverflow.com/feeds/question/275436 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/275436/are-there-any-good-programming-environments-ides-for-windows-mobile-devices 4 Are there any good programming environments/IDEs for Windows Mobile devices? MusiGenesis 2008-11-09T00:42:04Z 2008-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#275455 3 Answer by Nelson LaQuet for Are there any good programming environments/IDEs for Windows Mobile devices? Nelson LaQuet 2008-11-09T00:54:52Z 2008-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#365873 6 Answer by Maccy for Are there any good programming environments/IDEs for Windows Mobile devices? Maccy 2008-12-13T22:36:40Z 2008-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#372951 1 Answer by moster67 for Are there any good programming environments/IDEs for Windows Mobile devices? moster67 2008-12-16T22:13:00Z 2008-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>