any API to change system date/time开发者_开发问答 on WinCE?I have never used it, but there is a SetSystemTime function.
I want to save datetime into the EDB database. I tried storing the value by converting CTime to CString. But after reading not able to convert CString to Ctime. As开发者_运维问答k the same question on
On Windows CE, I am currently in a situation where we implement a simplistic web server from scratch. The predominant use of this server will be in a one-to-one USB RNDIS connection. The server is hos
I am trying to use the watchdog for anIcop voretex86 board. However, the code does nothing. Am I using the senmessage of coredll.dll inin the right way?
I am implementing a database on wince platform in EDB. I have created and successfully tested all database operations in MFC simple dummy database application.
Wh开发者_运维百科en I ping from windows CE I got ping error: PING: transmit failed, error code 87
I have a unique combination of platforms in my solution that has stumped me. We need to generate code coverage statistics for unit tests that we\'re writing for our Windows CE code. We\'re using Visu
I am new in developing application for WinCE 5.0. I want to start from \"Hello world\" program or console application. But I couldn\'t find anything like that or any other sample applications to start
I\'m copying files from the desktop to a WinCE device (via the RAPI API), and if the main WinCE program is running, I need to kill it, update and restart it again.
How can I force an application, say myapp.exe, to close using C++ on Windows CE from a diffe开发者_C百科rent application?