Is it possible to do a WinCE app with MASM for my PDA. If so where can i find the libraries(inc files(or h files) and lib) for programming.
Well, I really hope for something like an "CE /PPC Assambler" on the Microsoft SDK for the Windows PocketPc 2002...
PPC2002 SDK
But Ya need another resourse to do CE/PPC programs:
Windows CE Ebeditor TOOLS 3.0
think I'll be on that matters next month, by today I'm only researching for resources!..
Bye.
PPC2002 SDK
But Ya need another resourse to do CE/PPC programs:
Windows CE Ebeditor TOOLS 3.0
think I'll be on that matters next month, by today I'm only researching for resources!..
Bye.
Thanx.
the link.exe thats included in MASM32 has this option (type link /? for more swithces):
Take a look at the MSDN, I think they have some explanations of the switches to link.exe (ml.exe, and more M$ apps).
/SUBSYSTEM:{NATIVE|WINDOWS|CONSOLE|[B]WINDOWSCE[/B]|POSIX}[,#[.##]]
Take a look at the MSDN, I think they have some explanations of the switches to link.exe (ml.exe, and more M$ apps).