| Thread | Last Post | Replies |
|
| Create my own debugger? | 25 May 2006 16:38 GMT | 5 |
I want to be able to create my own debugger to be able to debug an app running on PocketPC from my PC. The debugger would be an MFC app running on the PC and the debugee would be an MFC app running on PocketPC. Can I use CeCreateProcess and then use DebugActiveProcess to do ...
|
| CTR/RTS flow control with Windows CE.NET | 25 May 2006 16:07 GMT | 1 |
Has anyone seen any problems with using CTS/RTS flow control on Windows CE.NET. I am using WriteFile() to send bytes to a device which will deliberately only take one byte at a time (I want to make sure the flow control is
|
| dll use problem - load problem? | 25 May 2006 14:50 GMT | 1 |
I have a problem with using a 3rd party dll, so far this is what I have to go on: we are calling a function defined as extern "C"
|
| LNK1112 | 25 May 2006 12:21 GMT | 1 |
fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'ARM' -- I get this linking error when i try to compile/build. I use the windows SMARTPHONE 2003 emulator. Could anyone kindly tell me the cause of this error and how to rectify it. When i
|
| SetWindowsHookEx, just one question; | 25 May 2006 12:19 GMT | 5 |
I guys, I used following code to build a Dll where is used setWindowshookEx: " typedef LRESULT (CALLBACK* HOOKPROC)(int code, WPARAM wParam, LPARAM
|
| SIPShowIM Link Error | 24 May 2006 22:02 GMT | 2 |
I'm trying to use the SipShowIM() in my code to display a SIP but when I build I received an link error: error LNK2019: unresolved external symbol SipShowIM referenced in function
|
| SIP - multiple keypads | 24 May 2006 16:41 GMT | 3 |
Is it possible to have multiple ui's for a SIP (different keypads) and only display a particular keypad based on a edit control? Thanks.
|
| API to find handle for the gwes process heap | 24 May 2006 15:51 GMT | 2 |
Is there any api to find out the gwes process heap handle from an application Shankar
|
| ATL 7.1 and CE 5.0 | 24 May 2006 15:50 GMT | 3 |
I have an ATL 7.1 COM service project built for Win32. I need to port it in CE 5.0. eVC++ has ATL 3.1 as I know, is it possibile to port my project in CE using ATL 7.1? I heard rumors about using Visual Studio .NET 2005 with CE, and
|
| SetInterface | 24 May 2006 08:22 GMT | 1 |
I'm having problem changing to other alternat: my code: void Get() { unsigned char ucAlternate= 0;
|
| How to free memory allocated by BitBlt api in the gwes process heap | 23 May 2006 23:51 GMT | 4 |
I am working on WinCe project In which i am loading number of bitmap objects using BitBlt function As per my understanding BitBlt allocates a memory block in the gwes
|
| GDI clean up problem | 23 May 2006 22:13 GMT | 1 |
I am working on WinCe project In which i am loading number of bitmap objects using BitBlt function As per my understanding BitBlt allocates a memory block in the gwes
|
| advice on messaging between threads | 23 May 2006 22:09 GMT | 1 |
Here is my problem. I have three threads in my application. One is comm thread that gets data from the sensors and stores it in a structure and sets some variables if there is communication error. I need to send this structure to algorithm thread where i do some math with the sensor
|
| PSM | 23 May 2006 22:01 GMT | 1 |
I have a problem whit the Intel PSM. The my devices is compose on flash of 16MB..... What's is the memory configuration???? The OS is Wince3.0 and CPU Strong Arm. Thanks
|
| Why do update the evc4.0 program to vs2005? | 23 May 2006 21:58 GMT | 1 |
Why do update the evc4.0 program to vs2005? Why do use the WinCE500 SDK in the vs2005? Best regards!
|