| Thread | Last Post | Replies |
|
| Need help compiling Today Screen Native Code plug-in | 23 Sep 2006 00:26 GMT | 5 |
I installed eMbedded Visual C++ 4.0 (SP3) and downloaded the samples as listed here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/T odayScrn.asp i've been trying to follow the steps in the article but I can't get the
|
| Terminate process | 22 Sep 2006 08:57 GMT | 6 |
Hi, I'm develping an app using VS2005 C++ for PocketPC (all versions) which will have a background process. This background process will not have a main window. Every week (or as set by user) it will pop up a small dialog box (this is under timer control). I have some questions
|
| Vail application. Undefined external symbol CLSID_VoIPMgr | 22 Sep 2006 08:37 GMT | 1 |
I'm trying to do a simple VoIP application for WCE5.0. I've build my Image with VAIL support on Platform Builder, and then I've exported the SDK in order to work with EVC++4.0. I'm a newbie in VC++ application so I've searched in TUI application and
|
| IrDA and Sockets | 22 Sep 2006 01:57 GMT | 2 |
I have an embedded device which uses physical IrDA signalling, without higher level IrCOMM protocols - simply serial over infra-red - is this called SIR or IrPHY? anyway that's beside the point. My Windows CE PalmPC has an IrDA port and would like to talk to this device.
|
| Dreaded mfc gdi leak again - how does one correct this? | 22 Sep 2006 01:05 GMT | 4 |
The last couple of days I've been chasing down resource leaks that are directly attributable to the lack of OnIdle processing in WinCE 4.1 (see KB839859). The KB article implies that it is relatively trivial to correct the problem - simply override the onidle handler in the
|
| PictureBox control | 21 Sep 2006 08:48 GMT | 1 |
Hi, Can someone tell me how i can implement the equivalent of .NET CF picturebox control in VS2005 C++ smart device pocket pc app. Thanks
|
| good book.resource for eVC 3.0 | 21 Sep 2006 08:15 GMT | 2 |
So I am trying to develop a little program for my Pencentra that just reads a serial stream. Can anyone point me in the right direction for a Book or online resource that may be able to help me out with examples? I just want to take the raw 8-bit serial data and display it
|
| Does Evc4 can download executable file to wm5 device or emulator for debug or something else? | 19 Sep 2006 20:27 GMT | 3 |
I am developping an application on evc4 with 2003sdk. I have "Device Emulator" Installed, and it can sync by using activesync. So I can directly build arm executable files and download to this emulator to debug, just like to a real device.
|
| Application crashes when stop from running program list | 19 Sep 2006 16:50 GMT | 1 |
I am using SPRINT PPC 6700 and evc++ 4 to develop GUI application. When i try to stop application from Start->Settings->Memory in Running program list my application crashes. Then i have handled WM_CLOSE and WM_DESTROY messages and performing proper clean up before exit. But the
|
| ActivateDevice | 18 Sep 2006 22:02 GMT | 3 |
I write a USB function driver for a device DAQ. The function USBInstall function goes , the ActivateDevice function in the function USBDeviceAttach do not. The registry entries are exist. What do I do wrong or I have forgotten?
|
| Rotating Text | 18 Sep 2006 20:51 GMT | 1 |
Is it possible to rotate text in WinCE? If so, how.
|
| Detect roaming situations | 18 Sep 2006 20:49 GMT | 1 |
I would like to know how do my application detects when the device is connected to a roaming network, any help would be very appreciated. Best regards, Ernesto
|
| Child-Window's Text Content To Save To File Selected By User - Win CE - eMbedded VC++ | 18 Sep 2006 17:12 GMT | 1 |
I need a little advice. I need to create an algorythm which will be able to write the child-window's cotent to a file selected by an user. I think I'm using standard procedure. I've tried to create it in Visual C++ 6.0 and I got success and it works. In eMbedded I use the same
|
| Interrupt latency | 17 Sep 2006 20:02 GMT | 12 |
Running CE 5 on a X86 device at 200MHz. I'm generating a hardware interrupt every 250 µs on the ISA bus. My problem is that the interrupt latency is far to high. When doing absolutely nothing in the IST other than caling InterrruptDone the total
|
| Hiding TaksBar | 16 Sep 2006 13:19 GMT | 6 |
hi group I want to hide the task bar and want to show my application in Full Screen Mode which can cover entire screen. Pls guide me to solve this issue
|