views:

680

answers:

5

I am looking for compilers ( command line / IDE ) that runs on Windows Mobile OS v6 for the following languages:

  1. C/C++
  2. Java
A: 

If you are looking for a way of writing working code for the platform, then I think for Java, this is the link you want:

http://java.sun.com/javame/downloads/sdk30.jsp

If you are looking for a Java SDK that will run ON that platform, then I am unaware of any.

A: 

As usual, look first at GCC. This is what I have found for Windows CE. It probably runs in Windows Mobile as well.

kgiannakakis
"execute the following command on your Linux build host"... fail. Your link is to a cross-compiler like all the others, it doesn't run ON WinCE.
Ben Voigt
A: 

if you install the windows mobile SDK Tools they integrate directly into visual studio and you can code in C#/C/C++ as if it was a regular PC.

eviljack
Thos compilers do not run *on the device* like he's requesting.
ctacke
oops. you're right. didn't read too closely.
eviljack
A: 

for some applications you can try an online compiler, like ideone, but I am not sure about your purpose.

kuszi
A: 

For C/C++ you can use DosBox PPC or PocketDOS that run BorlandC or any software you need

diimdeep