PDA

View Full Version : Windows mobile Programming in Linux?



hakermania
June 17th, 2010, 02:11 PM
Hello all, I am a bit interested in windows mobile programming. You can program in vb C# and C++ (I am interested in C++). I am using QtCreator and 7zip supports .cab compression (Windows mobile does support only .CAB packages.)...So, I know C++ and I can compress my program to .cab...... Do I need anything else?

nvteighen
June 17th, 2010, 02:59 PM
Hello all, I am a bit interested in windows mobile programming. You can program in vb C# and C++ (I am interested in C++). I am using QtCreator and 7zip supports .cab compression (Windows mobile does support only .CAB packages.)...So, I know C++ and I can compress my program to .cab...... Do I need anything else?

You'll also need whatever runtime WinMobile uses and compile your program to PE, not ELF Linux executables. If you're able to create a development environment in GNU/Linux to do this, there shouldn't be any problem, but I doubt there is.