| Thread | Last Post | Replies |
|
| Video Capture Troubles | 28 Feb 2007 22:04 GMT | 1 |
I'm having a few troubles with DirectShow Video Capture on a Windows Mobile 5 PPC (specifically an iMate JASJAM/HTC Hercules) device, and I'm hoping that the people around here might be able to point me in the right direction.
|
| what developping IDE for winCE | 28 Feb 2007 21:20 GMT | 3 |
I use to use VC++ 6.0 for developping applications for windows (XP...) I have to develop a small application for a PDA runiing with winCE5.0. Perhaps it will be the sole application for winCE I have to develop, so I hesitate to invest to much
|
| where to download wince 4.1 emulator? | 28 Feb 2007 21:20 GMT | 1 |
Hi all, i want to run wince 4.1 emulator as a stand alone on a machine that does not have visual studio, i am assuming this should not be an issue, but the strange part was that i was not able to download wince 4.1 emulator from
|
| Trouble with GetDiskFreeSpaceEx | 28 Feb 2007 16:37 GMT | 2 |
I am attempting to determine the amount of free space on the storage card, the code below works great in debug. However in Release mode the call to GetDiskFreeSpaceEx throws an exception. unsigned long notused, totalBytes, freeBytes
|
| Enabling HT after the fact. | 28 Feb 2007 15:56 GMT | 1 |
WinXP-SP2 was installed on Dell GX270 however hyperthreading was not enabled in the BIOS at the time. HT then enabled in BIOS however no special plug and play activity occured on reboot. Device manager showed 2 CPU's, however the computer item still showed uniprocessor. Also task ...
|
| a simple resource question | 28 Feb 2007 15:12 GMT | 3 |
will this piece of code, leak resources ?? I am deleting the HBITMAP handle after I select it into the memory dc. I want to keep the memory dc for other purpose, but dont want to keep the bitmap handle. Is this correct or is there any other way to do it ?
|
| '__asm' keyword not supported in this product | 27 Feb 2007 12:10 GMT | 15 |
I use eVC++4.0 and want to use inline assembler. Everytime I use __asm{...} I get following message.
: error C4235: nonstandard extension used : '__asm' keyword not supported in this product
|
| C++ API under Windows CE 5.0 for SmartPhone handset interaction | 27 Feb 2007 10:18 GMT | 4 |
I'm a newbye in Windows CE programming and I'm in charge to implement a VOIP application running on a HTC S620. I'm continuing the work done by other people, and for now I'm facing the following problem: the voice is rendered by the application with the external speaker, but we ...
|
| How to use the USB to communication with PC in Windows CE5.0? | 27 Feb 2007 06:27 GMT | 5 |
My platform is s3c2410 in Windows ce4.2,Thought the USB, it can communcation with the pc But use ce5.0, can't connect ,and I have a look at the USB driver ,and can't find the USB driver in the BSP of CE5.0, I think the USB driver may be in the
|
| Hi .. | 27 Feb 2007 04:09 GMT | 2 |
greetings to all of u .... I just want to discuss one issue which i am facing from the past 4 days .... i am using eVC++ 4.2 Standard SDK Emulator ....I want to play a .wav
|
| Recompile kernel in WinCE 5.0 | 27 Feb 2007 03:22 GMT | 12 |
I must to make a WinCE image for an embedded hardware using WinCE 5.0. This hardware have a lot of devices and I don't have enought irq available for all. I want to use also the irq 8 for my devices but this special irq is used for the rtc of the system (and I don't need
|
| windows mobile 5.0 SIP button handling | 27 Feb 2007 02:06 GMT | 6 |
i am using a pocket PC with WinMobile5.0 in it. with soft key bar, i mean there are two soft keys and the SIP icon in the centre of the menu bar. I have my own ICON which i want to replace with this SIP buttton?
|
| USB device power cycle | 27 Feb 2007 01:57 GMT | 1 |
In Windows 2K/XP platform IOCTL_INTERNAL_USB_CYCLE_PORT can be used to power cycle (simulate a unplug & replug) a USB device. Can this be implemented in Windows CE?. Is there any IOCTL or procedure to power cycle a USB device connected to a WinCE device running 4.2 or greater ...
|
| LAN91C111 SMSC driver | 26 Feb 2007 17:00 GMT | 1 |
I am using pxa270 mainstone ii , lan91c111 smsc ethernet controller. Could any pls suggest apt driver to this ethernet controller for WIN CE 5.0
|
| Service | 26 Feb 2007 16:52 GMT | 3 |
1. I wanted to create a service which launch an application in every 5mnts interval. I created a service as per the msdn document and when trying to register , it was not loading properly. What could be the reason....? 2.Is there anything like task scheduler in windows CE..? where ...
|