| Thread | Last Post | Replies |
|
| Is there any API that I can use to detect CPU loading ? | 30 Jun 2006 19:49 GMT | 2 |
In WinCE 5,0 , is there any API that I can use to detect CPU loading percentage? I do not want to use remote tools or CETK. I want to add this function in our application.
|
| Threads in Windows Embedded | 30 Jun 2006 16:47 GMT | 1 |
We're working on a embedded project. We use a PXA270 Processor. In our programm we use a Thread which is called every milisecond by the ostimer for a closed Control. Now we have some problems with the values of the variables. Every
|
| LNK2019 problem when linking to c dll | 28 Jun 2006 17:12 GMT | 4 |
I have ported a dll from XP to CE but when I try to link to it I get LNK2019 on its exported functions. I am using evc 4.0 with sp 4 and building against a CE 4.2 image. The dll is all .c files, I have created test apps in both .c and .cpp files
|
| RS232 Serial Sample Code | 28 Jun 2006 17:11 GMT | 3 |
I am new to Serial Programming. I am looking for a sample serial communication code for WinCE 5.0 programming. Thanks in Advance. Vinod
|
| Double buffering child controls | 28 Jun 2006 15:37 GMT | 7 |
Does anyone know how to do double buffering with child controls? I know the standard way to create a bitmap and blit that to screen and doing that in the onpaint method, but i also want the child controls to be displayed in this offscreen bitmap, Any ideas?
|
| Wince compilation problem | 28 Jun 2006 09:30 GMT | 1 |
I am developing Wince 5.0 image for pxa270 based board I have encountered with the following problem - I have build the OS using sysgen - this works fine , and also runs proparly on the target.
|
| Support for Embedded Visual C++ | 27 Jun 2006 21:53 GMT | 16 |
I would like to know whether eVC will be phased out or will Microsoft continue to support and come up with newer versions of eVC. I guess after eVC 4.2 there has not been any version of eVC++. Thanks
|
| Drop-down list on the menu | 27 Jun 2006 15:36 GMT | 1 |
I am wondering is it possible to implement a drop-down list on the menu. For example: File Operations: Sport v Portrail
|
| File Installation Order | 27 Jun 2006 12:59 GMT | 1 |
Anyone know how to set the order in which files are installed? Preferably in a INF file for CabWiz (since I have this built already) What I have is an ActiveX control that is set to self-register. This file also has a dependency. The dependency is causing the control to fail ...
|
| Resizing MFC static text | 26 Jun 2006 09:52 GMT | 1 |
Using eVC4 and MFC. I want to display a dialog showing a short prompt and some option buttons. Like a message box, but not enough like a message box to use a message box. I have a dialog with a dialog border showing a title, a single static text
|
| Link error on throw | 26 Jun 2006 07:24 GMT | 2 |
Upon using throw in a POCKET PC 2003 project, I get the following error: error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@) class A {
|
| CE virgin, looking for guidance in finding things | 25 Jun 2006 02:42 GMT | 16 |
I'm looking to create a native, C++, CE application to run on a PC104 stack. I have pretty simple needs - TCP, UDP, 4 serial ports, boot from USB flash, and some critical timing requirements (I have code that needs to run at precise intervals, 20 to 50 times a second). Video
|
| Pointer to member function syntax | 22 Jun 2006 09:16 GMT | 2 |
I cannot get beyond compiler error C2064: term does not evaluate to a function class Holder { public:
|
| how to determine battery level | 21 Jun 2006 19:43 GMT | 2 |
How does one determine programatically the battery level Also how would you event on the device being placed under charge
|
| HTTP access | 21 Jun 2006 17:20 GMT | 3 |
Is it possible to send text messages using HTTP on GPRS enabled pocket pc to a particular ip address (analogous to sending an sms text msg to a particular phone number). If so could someone kindly point me to some documentation regarding this.
|