简体   繁体   中英

How to run an EXE application from C++ on windows CE

How can one write a C++ dll function (for windows CE) to call an exe application

eg the exe path is \\DOC\\EXE\\WINCE_EXE

Thanks.

您是否尝试过CreateProcess,与在桌面Windows上一样?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM