| Thread | Last Post | Replies |
|
| First-chance exception 0xC0000005 Access violation by saving procedure | 09 Aug 2007 09:33 GMT | 3 |
I've never had problem with saving file by using _wfopen or fwrite. But these three days I'm making effort to resolve one. I usually used fwrite for saving WCHAR characters to a file, today I wanna save non unicode chars, that's the only one difference. I'm covinced I got
|
| Accessing processor name programmatically | 09 Aug 2007 01:06 GMT | 3 |
I've posted this in microsoft.public.windowsce.app.development also - apologies for cross-posting. Please let me know if this is verboten and it won't happen again. Is there a way to access the Processor name programmatically? I'm
|
| GetSystemTime and millisecons | 08 Aug 2007 08:45 GMT | 5 |
Good Day! Please help! I try resive milliseconds in WinCE4.2. I use GetSystemTime(), but in returning structrure always milliseconds = 0. I look at platform builder source code this command and see that it is not get milliseconds from
|
| Enum Processes, launch and kill | 07 Aug 2007 11:22 GMT | 3 |
I'm working with WinCE in C++ enviroment. I´ve created a main program and another which launch it and relauch it if the main program terminate. Now I want to control other programs that I haven´t launch. To do this, I need to get all processes that are running on my plataform and ...
|
| Is OpenProcess return NULL is the process not exist | 05 Aug 2007 01:17 GMT | 2 |
Hi, I use OpenProcess to check whether the process still running or not. But I found then event if the process was terminated, the return value of the OpenProcess is not NULL. I thought return value should be NULL if the
|
| No Output to Pocket PC2003 emulator? | 03 Aug 2007 19:16 GMT | 2 |
I am new member in this site. I am also new on eMbedded Visual C++. To develop project I installed the Tools,SDK and emulator image according to the instruction of Mobile and Embedded Application Development Center on MSDN. 1. Install Microsoft ActiveSyne 4.5.
|