| Thread | Last Post | Replies |
|
| Running Embedded VC++ 4.0 | 21 Jun 2007 16:57 GMT | 1 |
I had installed WinCE PB 5.0 and with updates till march. Over this, i installed the eVC++ 4.0 and SP 4 for the same. When i tried to run the eVC++ application, i'm getting errors. "Failed to connect the drop-in CPU Database"
|
| Exception questions | 20 Jun 2007 18:31 GMT | 5 |
I have code in the following format: EXCEPTION_POINTERS* pExp; __try {
|
| Power Off Messages | 20 Jun 2007 14:49 GMT | 1 |
Is there a way to detect that a windows CE device is being turned off? The device is running Windows CE .NET version 4.2. We have a data input card attached that doesn't alway recover if we're in the middle of taking a measurement when the power goes off. I'd like to pause
|
| HW Serial ID | 18 Jun 2007 14:57 GMT | 1 |
Is there a way in CE 5 to retrieve the serial code of some components, in particular (RAM, HD)... I don't know if I have been clear enaugh, I mean the unique ID associated to a component which can identify that specific component by
|
| Terminate Running APP using SETUPDLL.DLL | 15 Jun 2007 14:30 GMT | 3 |
I have a need to terminate running apps on a PocketPC device before the CAB file runs and tries to install a file already in use. I have coded up a test solution in .NETCF which works fine: IntPtr hWnd = FindWindow(IntPtr.Zero, windowName);
|
| Error code 0xC00000FD | 13 Jun 2007 19:22 GMT | 2 |
I am trying to run a MFC application created using eVC4 on a WinCE 5.0 device. It is a very simple application and all it does is loads a flash file (*.swf) in the Shockwave flash component. The application runs fine for a while and then suddenly it crashes with an error code
|
| Free Memory | 12 Jun 2007 17:41 GMT | 4 |
I have a SW that it uses many memory but don't free this memory after use. How do I recover this memory? Thanks
|
| EVC Debug Windows CE device application via USB connect | 11 Jun 2007 19:44 GMT | 1 |
there is a problem about EVC debug, first I connect PC and Target via USB, then I debug application in EVC, but among debug, the connect of USB always interrupt, so if like that I can not debug, I hava no idea why it can occur this case? and if I do not debug, the connect of ...
|
| GPS data format (int to double) | 11 Jun 2007 14:19 GMT | 1 |
I have a gps driver that has this datum in INPUT (double) 45.788678 89.28940 but the program WRITE IN C++ has in OUTPUT these datum (integer)
|
| "pkfuncs.h" is missed in SDK | 10 Jun 2007 13:49 GMT | 2 |
The "pkfuncs.h" is missed in my SDK, so that some APIs like KernelIoControl(..) are compiled fail in my EVC program. What should be the problem? Thanks in advance.
|
| Inter Application Communication in WinCE | 09 Jun 2007 13:34 GMT | 20 |
I'm trying to implement a communication mechanism between two Win CE application in an embedded device. Is there any recommendation? I was thinking of using the pipe mechanism as a form of communication to transfer data from one WinCE application to another. But it seems like ...
|
| CString to float | 08 Jun 2007 22:17 GMT | 2 |
How do I convert the CString to float? Thanks
|
| I2C source code from pxa270 | 08 Jun 2007 14:53 GMT | 8 |
I would like to use i2c interface from pxa270. I get the source code from plateform builder. But i don't know how to use these source code. Can you help me to understand more about these source code. Or if you have more easy source code....
|
| MSXML on eVC++ | 08 Jun 2007 03:30 GMT | 9 |
I'm trying to port an application I wrote for PPC2003 to VC .NET (4.20). The line: #import <msxml6.dll>
|
| Problem instantiating COleVariant in eVC++ 4.0 | 08 Jun 2007 00:27 GMT | 1 |
I'm developing an app for Windows CE 4.2, using eVC++ 4.0. The app takes as input an XML file and so I'm trying to make use of the MSXML parser. I found what seems to be a pretty good tutorial (http:// www.developer.com/ws/pc/article.php/3098331). The problem I'm having,
|