| Thread | Last Post | Replies |
|
| How to support a lot of serial port in WCE42? | 13 Sep 2006 06:22 GMT | 10 |
Hi, all I own a device with 12 serial ports, I’ve write a driver and success to load 9 instances to support from COM1: to COM9; But when I try to load instances to support COM10/11/12, it failed. I can’t find activated information in
|
| difference b/w sd and sdio card | 13 Sep 2006 06:16 GMT | 2 |
Can any one help in finding out the exact difference between sd and sdio card. Thanks kiran
|
| Cannot view Excel files in CE .NET 4.2 | 13 Sep 2006 01:09 GMT | 2 |
According to Microsoft "Windows CE .NET now includes a set of File Viewers that allow devices to natively view common file types such as Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Adobe Acrobat, and image files (jpeg/gif/bmp)"
|
| Function keys in Pocket PC emulator | 12 Sep 2006 19:59 GMT | 1 |
I am porting an application from Windows XP to Windows CE which makes heavy use of Function keys (F1, F2 etc.). During testing, I find that in the Pocket PC 2003 emulator (coming with VS2005), when I press F3 from the keyboard of my PC, the built -in Phone application pops up.
|
| Depend command in registry | 12 Sep 2006 13:46 GMT | 1 |
I have a application in full screen mode (task bar and menu bar are hide). Moeover the application has a autostart feature. But I can see for a short moment the desktop with the start bar. I want to avoid this! In the registry I used following code, to realise the autostart ...
|
| Accessing PocketPC USB Client Functionaliy for custom communicatio | 12 Sep 2006 09:59 GMT | 3 |
I am trying to create a connection between a PocketPC and an external device using the PocketPC's USB port (for use with devices such as most iMate's which only provide a mini USB connector). I already have an embedded USB host, and can successfully enumerate devices and ...
|
| Developing video Capture Driver on WinCE 5.0 | 12 Sep 2006 09:23 GMT | 3 |
I am shankar I am developing a Video Capture Driver. I am currently using MainStone ||| Updated Bsp for my Development which contains support for Video Capture.
|
| ExceptionDispatch OAL | 12 Sep 2006 06:14 GMT | 2 |
I my kernel code my system is hanging after displaying the message "ExceptionDispatch: pexi=c201fca4 Pc=00000000" I searched this msg and found it inthe func ExceptionDispatch( PCONTEXT pctx ) but could nt find as to who calls this func Can anybode
|
| List of controls in a window | 11 Sep 2006 20:50 GMT | 1 |
Hi, does anybody know a way to list all the window controls (edit, buttons, combobox, labels, ecc) of a window, given its hwnd?
|
| how to edit registry | 11 Sep 2006 15:05 GMT | 2 |
Where can I find the registry in Win CE and how can I edit this?
|
| How to include <oalintr.h> in common/oak/driver directory? | 11 Sep 2006 14:47 GMT | 3 |
I'm designing the driver under the subdirectory of \PUBLIC\COMMON\OAK\DRIVERS\.. It still reports error C1083: Cannot open include file: 'oalintr.h': No such file or directory even I included the file as #include <oalintr.h> in my
|
| Device registration | 11 Sep 2006 14:27 GMT | 10 |
Ive got a little of a pickle with a usb serial driver supplied with my PXA25 board. When i enter the connmc.exe to create a new connection, i cant select the usb device, although
|
| What if only a fixed address space for a DMA can be accessed? | 11 Sep 2006 14:07 GMT | 12 |
Say if DMA operation for my controller is fixed to some specific address say 0x1F000000~0x1F100000. (1MB) Other space can not be accessed by its DMA. Can I use DMA functions such as HalAllocateCommonBuffer() to do the mem alloc and mapping?
|
| cs8900a driver adaptation | 11 Sep 2006 12:45 GMT | 12 |
I have downloaded driver for windowsCE 4.x driver from cirrus logic site. I have done all the modifications as specified in the readme.txt file that is provided with the driver, i.e, adding it to the catalog and to my platform, modifying the CS8900_IOPORT_MEM_ADDR
|
| How to implement TFAT file systems using FMD in windows ce5.0? | 11 Sep 2006 11:40 GMT | 2 |
I have the FMD driver for my NAND flash and i am trying to integerate with TFAT file system.I had included the following libs in the sources file: TARGETLIBS= \ $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
|