To be completely honest, I'm surprised that I don't know if it can be done with Delphi. :lol: I have however seen this done with Lazarus, but obviously not with .NET!

To make a WinCE app that uses .NET, I know that the compiler would need to have the compact framework support, which I just don't know if Delphi supports at this time. The only platforms that Delphi really supports right not is .NET and Win32. However there is some extended support for the Vista enviroment, but it still only creates Win32 executables as far as I know of. So if you wanted to do this with Delphi you need .NET.

FPC alternatively can compile natively for WinCE and I have seen a demo of a Lazarus-made app for WinCE.