| Thread | Last Post | Replies |
|
| [Newbie] How to create WinCE apps? | 30 Nov 2004 22:21 GMT | 3 |
Is Visual Studio .NET enough? Thanks
|
| Application doesn't run correkt on PocketPC 2003 Emulator, is it because of the dll ?? | 30 Nov 2004 20:02 GMT | 3 |
I am developing an application for PocketPC 2003 with eMbedded Visual C++ 4.0. When I am testing it on emulator, that functions, which are capsulated in a dll didn't work. What have I to do, that it works right ???
|
| Compile Error | 30 Nov 2004 18:32 GMT | 3 |
Hi all, I have implemented some debug functions as below. #define STR_MODULE _T("XSC1PDD!") #define SETFNAME() LPCTSTR pszFname = STR_MODULE _T(__FUNCTION__) _T(":")
|
| How to disable "alert window" in web pages for IESample program? | 30 Nov 2004 15:06 GMT | 1 |
What's the setting I can use to achieve my requirement? Thank you in advance!
|
| porting the driver form Linux to OS | 30 Nov 2004 14:57 GMT | 3 |
We are trying to port a driver form Linux to WinCE4.2. The driver is for MPEG 2 decoder for VIA's CLE266 chip. could anyone guide me as to how to go about it. Thanks in advance
|
| USB Storage Devices | 30 Nov 2004 07:28 GMT | 1 |
I have a WinCE-Device with 2 USB-Connectors. The first an the second USB-Connector can be used with a USB-Memory Stick. How can I get information on which Connector (first or second) the USB-Memory-Stick is at the moment connected ?
|
| flash disk problem | 30 Nov 2004 07:10 GMT | 2 |
i have attached 32 mb transcend 40-pin ide flash module to my ide channel and now i am trying to boot my pc with a floppy disk. but to my surprise nothing appears on the screen. the screen is totally black. but if i remove the flash module and plug-in a hard disk and then again ...
|
| Dll calling | 30 Nov 2004 07:06 GMT | 1 |
I have a playercode.I have a driver Dll and i should call the Dll i playercode. Can anyone help me how to use the LoadLibrary & GetProcAddress? thanks in advance, --
|
| Register more than 1 volumes for a FSD | 30 Nov 2004 06:25 GMT | 3 |
I have a FSD which support multiple volumes for a flash device. When MyFSD_MountDisk (HDSK hdsk) is called, I register 2 volumes with following command: MyFSD_MountDisk (HDSK hdsk)
|
| Can I change the WinCE endian order in Frame Buffer? | 30 Nov 2004 03:08 GMT | 2 |
It seems that Windows CE only allows big-endian pixel and little-endian byte data arrange in display frame-buffer. But now I have the need to write frame buffer directly in big-endian byte order.This may be achieved by hardware or an application.
|
| About WinCE BSP call flow... | 30 Nov 2004 01:42 GMT | 4 |
For WinCE BSP debug purpose, I want to know the call flow of WinCE BSP. As I know, the call flow is Startup()->KernelStart()->SystemInitialization()-> OEMInit ()->OEMInitDebugSerial()->OEMWriteDebugString ().
|
| Multilingual User Interface | 30 Nov 2004 01:36 GMT | 1 |
Where can i find a sample of Multilingual User Interface ? Thanks Seb
|
| Wince5.0 Camera Driver for Inter PXA27x | 29 Nov 2004 22:14 GMT | 3 |
how can I develope Wince Camera driver with the chip( intel pxa27x) in PDA? No SourceCode is in Wince5.0 BSP for Camera. who wrote Camera driver in Wince os? please tell me? Thanks!
|
| Can we have an installable file system which uses RAM on PocketPC 2003 ? | 29 Nov 2004 21:26 GMT | 11 |
I am trying to use an installable file system on PocketPC 2003. From literature it appears that on a consumer device we can not have installable file system on the RAM . (we can have it on add-on flash disk). Installable file system is necessary for attach a filter. I
|
| Halting system in WinCE3.0 | 29 Nov 2004 18:53 GMT | 9 |
Perhaps a strange question but: I'm looking for source code that can generate an exception that results in a "Halting system" state. Thanks in advance,
|