Re: How can I develop in C with VS2005 for Pocket PC??



Ok, I just have substitute in my C code the main function for WinMain,
all the rest of the code remains the same. Now it compiles with 0
errors ;)
I have configured my project to smart device win 32 application and
when I want to run it or debug it (at the moment I have only some
algorithms, yet nothing of Pocket PC) it appears like a pocket pc
emulator, i just wnat to debug my code without that emu, I mean with
the typical debuger of Visual C, you kno, watchin all the variables and
going step by step...
How can I make this? Thank you, you're being really useful for me

.