| Thread | Last Post | Replies |
|
| How to get installed codecs in DirectShow | 21 May 2007 14:44 GMT | 2 |
Hello, All! How can I get the list of DirectShow encoders-decoders installed on my platform? I do know that there are some there, but I want manually choose one of them. With best regards, semionb.
|
| Unicode vs UTF-16 vs UTF-8 | 18 May 2007 20:55 GMT | 2 |
Hi experts I'm working on a project using wince 5.0 on a headless device. User interface is over the HTTPD web server, and a web browser on a separate wince device.
|
| EVC++ 4.0, SP4, two SDKs - Tool commands lost on platform switch | 18 May 2007 19:29 GMT | 3 |
I'm targeting multiple platforms, same CPU using a common code base. Target 1 is a WinCE 4.1 build, target 2 is a 5.0 build. Obviously, each has their own SDK. I have the project configurations established to build each target and place it in a specific target directory. All
|
| Redraw from portrait to landscape slow | 18 May 2007 19:29 GMT | 1 |
Hi, In my PPC03 C++ app , i handle the WM_SETTINGCHANGE message to change from portrait to landscape and viceversa, in this i reposition the controls in my Dialog based app. Its just that it takes a little while for the redraw to happen,is there
|
| Rotate Screen | 18 May 2007 14:16 GMT | 3 |
How do I rotate screen with Wince42? Thanks
|
| menu_worker | 17 May 2007 20:46 GMT | 1 |
The menu_worker is a Dialog class or Window class ? Thank
|
| Sleep | 17 May 2007 13:55 GMT | 3 |
Does the Sleep() functions freeze all system or just the calling task? I.e: my Dialog creates a thread. The thread calls Sleep(). Who does sleep? Just the thread or both thread and dialog? Thanks.
|
| Implementation of a Watch Dog software | 17 May 2007 13:54 GMT | 7 |
The project i'm doing currently need a watch dog implementation. How is watch dog software being implemented into WinCE? Is there an article explaining any concept or guidline to follow? Sincerely
|
| Irq7 not working? | 17 May 2007 09:14 GMT | 1 |
In my (standard) x86 image I'm trying to attach a thread to ISA IRQ7. InterruptInitialize works fine but the event is never risen. I'm using IOCTL_HAL_REQUEST_SYSINTR in order to get the mapping and every time I call the KernelIoControl the system gives me back a different number ...
|
| Create a USB host on PPC? | 15 May 2007 21:38 GMT | 1 |
I have an ethernet adapter that connects to a PPC via USB connection. It communicates using PPP and requires the device to be a USB host. Apparently 2003 and older devices allowed you to talk to a PPP device and the newer devices don't. Does anyone know what it would take to ...
|
| Get current program name with C++ | 15 May 2007 02:37 GMT | 1 |
Is there an API function callable from C++ that returns the name of the program that made the call? Also, any way to get the path the calling program is located in?
|
| Substituting StretchDIBits with StretchBlt (writing own StrechDIBits replacement) | 14 May 2007 21:35 GMT | 1 |
I am trying to port a CE 4 app to an older CE 3 device. I don't have the source code for this application. This application imports StretchDIBits from coredll.dll, and my CE 3 doesn't support this function. So I patched application's import table
|
| How to Retrieve disk serial number | 14 May 2007 11:17 GMT | 2 |
I want to get access to serial numbers for CompactFlash and DiskOnModule drives on my device. How can I do this? Note that I am using CE 4.2 (WinCE.NET). I have had a look at DeviceIoControl() but did not find a solution. Maybe I missed
|
| wsprintf have some exception | 14 May 2007 07:54 GMT | 3 |
I have some problems when I program with platform builder. Hope for somebody give me some advice: I wrote the simple program like this: test.cpp
|
| Security Issues | 13 May 2007 02:07 GMT | 1 |
I have a small application, which uses the following APIs/functions DeviceIoControl CreateFile Messaging APIs (the function i have used are very similar to what has
|