| Thread | Last Post | Replies |
|
| Include a .cab file in OS Design and run it one time on the device | 31 Jan 2008 20:43 GMT | 2 |
I don't know if this is the right place to ask, but i'm trying to include a .cab file in my OS design.. I then want to run it once it's on the device. Right now, i'm adding a copy line to "Custom Build Actions" -> "Pre-Make Image"
|
| PCMCIA Serial driver | 31 Jan 2008 19:43 GMT | 9 |
I have a handheld device which is running on WinCE 5.0.This device has PCMCIA expansion slot.We are in need of UART ports to connect to subdevices for that we have made a daughter board with PCMCIA to UART chips. Now i need to write driver for PCMCIA to UART devices on WINCE 5.0 ...
|
| Trying to get a Touch Screen driver loaded. | 31 Jan 2008 17:02 GMT | 12 |
I am very new at this so please bear with me. I am trying to get a touch screen driver loaded an becoming very frustrated. Here is what I have in my .bib file MODULES
|
| .NET CF Headless or standard | 31 Jan 2008 16:28 GMT | 4 |
We have seen a strange behavior in CE 6 when using .NET CF Headless component. When we use System.Drawing.Point p = new Point(100, 150); We receive an exception saying that the version of .NET is invalid. Is it
|
| Profiling | 31 Jan 2008 15:34 GMT | 3 |
I need to measure the time in milliseconds that portions of some drivers take to execute. For that, I am using GetTickCount(), such as in: { DWORD dwStart = GetTickCount();
|
| KITL remote tools "unable to load device side components" | 31 Jan 2008 15:26 GMT | 4 |
I am configuring a new platform using wince6.0R2 on a compulab pxa270 device. I can download the image, and see retailmsg's over KITL. Next I tried the remote tools. I have put the "target control support" in the image.
|
| USB driver for device | 31 Jan 2008 15:13 GMT | 3 |
We are developing an USB device in-house that will be connected to our WINCE6 device. These 2 devices need to be able to send/receive data to and from each other. I am looking for the easyest way to achieve this, preferably without having
|
| Displaying splashscreen during boot | 31 Jan 2008 13:13 GMT | 17 |
I would like to display an image during boot. With BSP I got a sample that draws on the frame buffer, so I only need to access the bmp file from RAM and use its data to draw. Could anyone please sketch a simple tutorial how to do this?
|
| Windows CE USB Enumeration : Parent Bus Driver | 31 Jan 2008 05:47 GMT | 4 |
I am fresher on windows ce & started working last month . I have experince in WDM driver development on Windows XP .Now i have to work on Windows CE USB device driver. I have two question :
|
| *.rel files used by WinCE6.0? | 30 Jan 2008 14:29 GMT | 2 |
does WinCE6.0 use *.rel files like WinCE5.0 does? Or are these files obsolete due to the changes to the WinCE kernel? Regards Peter
|
| Windows Mobile Device Center and Windows CE Devices | 30 Jan 2008 07:27 GMT | 2 |
I found a lot of information about WMDC and WM Devices on Windows Vista. What about the Windows CE Devices which used to connect through ActiveSync with the Desktop?
|
| NMD cannot detect media sever | 30 Jan 2008 06:52 GMT | 2 |
Hi, I have built a CEPC CE6 image with NMD and UPnP components. WHile it run into the NMD UI, it said "No Server on network". But i do have a Windows Media Connect server running on XP host computer and can be detectd by other software DMA client.
|
| RIL_SendStoredMsg not working.. | 30 Jan 2008 03:55 GMT | 2 |
Im working on Microsoft provided RIL driver for WinCE 6.0, Device Emulator BSP. Im using siemens MC35i modem. im analyzing the ril driver and writing an app which explores the ril api's exposed by the ril proxy in ril.h(microsoft provided).
|
| Compile with an WinCE6.0 SDK? | 30 Jan 2008 02:04 GMT | 3 |
I am moving our Windows CE 5.0 applications to Windows CE 6.0. All my applications are written in VC++ using VS2005 and a WinCE5.0 SDK. All my applications are working on my Windows CE 6.0 device. Anyhow I would like to know if it is mandatory or recommended to compile my ...
|
| Socket communication thro' internet | 29 Jan 2008 15:50 GMT | 1 |
PXA270, WINCE 5.0. Currently this is what we are doing for data communication thro' sockets. We have a tie up with a local 3G network subscriber. Our product has a
|