| Thread | Last Post | Replies |
|
| integrating bluetooth ag with voip | 18 Jul 2005 15:35 GMT | 5 |
i am trying to develop a voip phone with bluetooth enabled headset by studying i understood that i have to change the network componet in the ag service my doubt is that how audio is flowing(i.e what is the audiio path) between
|
| Windows CE 2002 or 2003 | 18 Jul 2005 14:56 GMT | 4 |
Hi Friends Where i can find a free download of windows CE 2002 or 2003 OS Thanks&Regards Salim C A
|
| Wince 3, 4.x direct device access questions | 18 Jul 2005 01:40 GMT | 2 |
Hi, I am working on an application which requires two things from a WinCE device (2002, 2003) to talk to the SD/MMC interface. 1) ability to do read/write operations via DeviceIoControl() 2) Multiblock read/write operations from the low level driver.
|
| Running a batch file on CE 5.0. | 17 Jul 2005 18:06 GMT | 1 |
I have an image that I built for an x86 processor (Advantech PCM-3348). My device uses a compact flash drive for storage and it shows as "Mounted Volume" from Windows Explorer on my device. I am trying to run a batch file to update some files that I ftp to the device. The batch ...
|
| Filesys.exe problem in CE 5.0 | 16 Jul 2005 23:17 GMT | 1 |
We are trying to migrate the Window CE 4.2 BSP to Windows CE 5.0. We are observing that after the Kernel debugger is connected, the loading of filesys.exe fails with the error message "FileSys failure in FSMapMemory". Please find the logs pasted at the end of this post.
|
| IPAQ IR Developement, Baud Rate | 16 Jul 2005 22:44 GMT | 4 |
i managed to switch the IR Port of my IPAQ H2200 to RAW Mode and i can send Data over it. Now i need a Baud rate of 1600. Yes this is a silly Baud Rate, but our customer has a receiver which only accepts this special Baud Rate.
|
| Role of PCMCIA.dll in Windows CE | 16 Jul 2005 17:45 GMT | 2 |
Hello,. I have some doubts reagrding Role of PCMCIA.dll in communication to a CF/PCMCIA card. Somebody please help me.. Let me explain the scenario. I have a Bluetooth CF card, which is a
|
| VC# Smart Device custom control problem | 15 Jul 2005 17:12 GMT | 1 |
I have a a problem while trying to develop a custom component for Windows CE in C#/VS.NET 2003: I've created a Smart Device WinCE class library with a System.Windows.Forms.Button descendant, then I've built the design/runtime versions following this guide:
|
| IPAQ RAW IR Access | 15 Jul 2005 08:38 GMT | 1 |
ia m developing an application, which needs to send raw on IR. I used the Create File Command : hPort = CreateFile (TEXT("COM3:"), port GENERIC_READ | GENERIC_WRITE,
|
| EVC4.0 | 15 Jul 2005 07:14 GMT | 10 |
The last time I coded for a WINCE device I used the old Windows message pump format for my code. This time I am using SDI with dialog boxes and a menu/toolbar generated by the framework. I am trying to do something as simple as changing the background color of a
|
| using TAPI | 15 Jul 2005 06:57 GMT | 4 |
I'm a newbie in Windows CE and I want to run the samples that comes with Windows CE .NET 4.2 and the Platform Builder 4.2. Specially, I'm very interested to build the RasServer sample but, after insertng the sources into a WinCE app (using embedded Visual C++), I can't build ...
|
| ARMV5 ISA | 15 Jul 2005 05:30 GMT | 1 |
I was trying to develop a BSP for SOC based on ARM926 core. I would like to compile the same using the ARMV5 instruction set. I tried to give the option /QRarch5 option in the sources file. However, in the build logs, I observe that the option /QRarch5 is being
|
| Corecon (CLSID_ConMan) SDK questions | 15 Jul 2005 02:47 GMT | 1 |
How do you create a usable instance of the following corecon interfaces: ICcCeshCB IConManServerCore ICcKitl
|
| IPC mechanisms supported in Windows CE | 14 Jul 2005 16:32 GMT | 5 |
Can somebody please tell me what IPC mechanisms can I use to pass data between processes on the same device in Windows CE? The data to be passed is in form of TCP/IP packets. I'm new to Windows CE programming.
|
| Socket timeout on recv() | 14 Jul 2005 10:32 GMT | 6 |
I'm looking for some way to put a timeout on a socket. I normally use "SO_RCVTIMEO" for setsockopt but this doesn't seem to be supported on pocket pc (error 10042). Below is my code that works on XP.
|