i want to run some .exe in pocket pc using c++.
how do i do that?
thanks
serkan sendur 821 Postaholic Banned Featured Poster
Recommended Answers
Jump to PostYou can execute another program on PPC the same way you do it on a PC. CreateProcess() win32 api is one way. Remember, PPC does NOT have a command prompt, so system() is not available (as I recall). There is also no such concept as current working directory or change …
All 4 Replies

Mouche
MosaicFuneral 812 Nearly a Posting Virtuoso
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
serkan sendur 821 Postaholic Banned Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.