| Thread | Last Post | Replies |
|
| USB Function Client Driver Functions on WinCE 5.0 | 05 Oct 2006 19:26 GMT | 2 |
I'm trying to work on a USB function client driver function on WinCE 5.0, but I'm finding very little information on the UFN_FUNCTIONS, specifically, the descriptions for the parameters I pass into functions like lpRegisterDevice, lpStart, etc. Where can I find this? It's ...
|
| How Can we avoid the sysgen errors? | 05 Oct 2006 17:27 GMT | 2 |
I created new platform using platform builder for win CE 5.0.When i try build the platform it is giving sysgen error.I know that some component is missing in OS design . 1)Whether there is any way to find what it is expecting?
|
| WNetAddConnection3 and Windows Logon Credentials | 05 Oct 2006 15:25 GMT | 8 |
I'm trying to map a resourse on my PDA with the WNetAddConnection3. I specify username and password, but sometimes I got the Windows Logon Creadentials pop-up and if click con Cancel the connection wont work. How can I disable this pop-up ?
|
| File Transfer protocol service in bluetooth | 05 Oct 2006 14:36 GMT | 4 |
I am using wince 4.2 and pxa255 board. I have added the the bluetooth support. Now FTP is enable in by device but when i try to connect a external pc to my device using file transfer protocol, it authenticate properly, but fails after to connect.
|
| Command Procesor output redirection | 05 Oct 2006 09:31 GMT | 6 |
I. I redirect output of command procesor to my COM2 port. On system start I run console application which runs another console application. On COM2 I can only see the output from my application I run on the system start.
|
| bluetooth HID profile | 05 Oct 2006 09:09 GMT | 1 |
Can anyone suggest me how to add bluetooth HID profile??? I am using PB 4.2 and PXA255 processor. I have added bluetooth HID from catalog and bthhid.dll is loading.
|
| Diagnostic code for memory cards SDIO | 05 Oct 2006 09:04 GMT | 1 |
Hello to all !!!!! I am a beginner in Wince. i would like to write the diagnostic application for memory cards say SDIO card.Like i would like to detect the Card if it is present or not. If it is detected then write
|
| SD Memory Performance Tuning, | 05 Oct 2006 06:19 GMT | 1 |
We are able to perform read/write operations with SD memory card. We are only getting CMD24(WRITE_BLOCK) for fulfilling write requests. Can anyone tell me the reason behind not getting CMD25 (WRITE_MULTIPLE_BLOCK) during write operation.
|
| USB Diagnostic Application | 05 Oct 2006 05:27 GMT | 4 |
I m a biginner in WinCE 5.0, I don't know much about it. My project is to write one diagnostic application for the USB. I.e to check the functionality of the USB port like open the port, write some data to the USB device, the Rad back and compare the data,etc.
|
| BSP architecture, reccomended practice | 04 Oct 2006 20:40 GMT | 2 |
As I have waded through a cloned BSP recently as a newbie, trying to figure out where things were, I have wonderd what others think is good practice in BSP architecture. In other words, what do other folks do to keep their hardware specific bits away from the boiler plate bits?
|
| I/O, I/O, I'm so confused 'ya know | 04 Oct 2006 20:27 GMT | 18 |
I've been trying to convert a cloned SMDK2410 BSP to another platform. I have having trouble with the enet controller which (I think) stems from my lack of understanding on how to talk to an I/O mapped device. My CS8900A enet controller is I/O mapped (it uses IOW/IOR) and lives at
|
| PB basic | 04 Oct 2006 18:19 GMT | 7 |
I guess these are basic knowledge, but I haven't been able to find (or understand) information about how to create a custom driver from an example. I have copied the directory containing the giisr project to WINCE500\Platform\Stpc_vega\Src\Drivers. Then I go to PB -> FileView tab ...
|
| RAM based Rulez | 04 Oct 2006 17:43 GMT | 3 |
Who needs Hive based registry ? why ? RAM based Rulez... And in my case it boots 230ms faster :-) Persist only minimum data if you must , donot use reg for apps.
|
| NTLMSetUserInfo | 04 Oct 2006 16:25 GMT | 2 |
I'm trying to create a user account programmatically for accessing file server. I'm using the NTLMSetUserInfo function but the call to it fails. Code:
|
| Leave files out of image | 04 Oct 2006 15:47 GMT | 4 |
I am trying to minimize image size in order to reduce loading time. Leaving files out that are not used is one the things I am trying. Usually this is done by commenting them out in for instance common.bib There are some files of which I donot know how PB decides to put them inthere ...
|