Windows Mobile is a different operating system from its desktop cousins, being defived from Windows CE. It will not run desktop Windows applications. Also I would suggest that a PDA is not an ideal program development environment.
The best you could hope for perhaps, is running a mobile VNC client (of which there are several) to connect to your Desktop PC running a VNC server.
As distributed, Dev-C++ with MinGW targets Desktop Win32, to develop programs to run directly on the PDA you would need a different compiler back-end.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is it posible to use dev-cpp on windows mobile 6 profesional ?
I was wondering cause it would be nice if I could use my pda to develop programs to my computer when I'm not at home ^^
Windows Mobile is a different operating system from its desktop cousins, being defived from Windows CE. It will not run desktop Windows applications. Also I would suggest that a PDA is not an ideal program development environment.
The best you could hope for perhaps, is running a mobile VNC client (of which there are several) to connect to your Desktop PC running a VNC server.
As distributed, Dev-C++ with MinGW targets Desktop Win32, to develop programs to run directly on the PDA you would need a different compiler back-end.
Clifford