| Thread | Last Post | Replies |
|
| changing boot loader code | 20 Jul 2007 17:32 GMT | 5 |
Wince 5.0. AMD X86 processor I have altered my boot loader code and created "bldr" file, then i copied it into setupdisk folder
|
| Error: Unknown memory type found 'NK' | 20 Jul 2007 17:14 GMT | 1 |
there is a strange behaviour I've got with Platform Builder 6.0. If I build my Subprojects i get the Error "Error: Unknown memory type found 'NK'". I figuered out that the line is in ce.bib:
|
| parsing of BT sdp response message in wince 5.0 | 20 Jul 2007 16:55 GMT | 1 |
I am doing Bluetooth service discovery using the api WSALookupServiceBegin, WSALookupServiceNext (http:// msdn2.microsoft.com/en-us/library/aa916570.aspx). As a response from the remote HS device (Motorola HS 850) I have received some data in
|
| Unwanted sysgen: SYSGEN_CEPLAYER | 20 Jul 2007 16:49 GMT | 1 |
I'm getting a sysgen added through the back door in the build process and I'd like to find out what the cleanest way to get rid of it is. I added some WinCE streaming media technologies (but not windows media player). This has the side effect of calling \public\cebase\oak\misc
|
| CE6.0 Camera CETK tests | 20 Jul 2007 13:38 GMT | 1 |
I am having problems with test 511 in the CETK camera test suite. This test appears to be intermittent when testing a camera driver based on the sample null driver, it sometimes passes but most often fails. I get the error.
|
| wce driver wce 4.2 | 20 Jul 2007 10:36 GMT | 2 |
I have built an ndis driver version 4.0. I would to upgrade it to version 5.1. I have added the feature ndis 5.1 from the catalogue. The problem is that when I call NdisMRegisterMiniport i get NDIS_STATUS_BAD_CHARACTERISTICS. I have added #define NDIS_MINIPORT_DRIVER and #define ...
|
| VS 2005 for CE 6.0 on XP- Crashes | 19 Jul 2007 20:08 GMT | 3 |
I just installed, VS 2005 & CE 6.0. When I download the NK.bin. It does fine on a XP machine. Then it crashes while spawning the Kernel debugger. I checked for the all the QFEs, SPs. All are up to date. Is anything I miss here, Please suggest.
|
| Voip audio problem | 19 Jul 2007 18:36 GMT | 1 |
I am also facing similar issues with wince5.0 voip. I have tried voip using two emulator images.Have used the ip phone design template for emulator and followed the same instructions that are given in platform builder help.
|
| Problem Installing Platform Builder 4.2 on XP SP2 | 19 Jul 2007 18:23 GMT | 4 |
I'm having a problem installing Platform Builder 4.2 on XP SP2. The Error: Error 1305. Error reading from file C:\WINCE420\PUBLIC\COMMON\OAK\LIB\ARMV4I\DEBUG\kbd8042jpn1_lib.lib.
|
| Error in build | 19 Jul 2007 18:12 GMT | 1 |
1. I am trying to build a ULDR keypad driver. i have stream interface keypad driver. how do i convert this stream interface based keypad driver as a uldr
|
| mount / dismount drive | 19 Jul 2007 17:28 GMT | 1 |
Please I need to know if there's a way to mount/dismount a drive with commands, thanks
|
| error LNK2001: unresolved external symbol | 19 Jul 2007 17:02 GMT | 1 |
I am trying to build the sample uldr keypad driver code in platform builder. but getting the following error message. how to remove this ?
|
| CeCallUserProc parameters revealed | 19 Jul 2007 16:21 GMT | 1 |
If you look at the inplementation of CeCallUserProc ( LoadUserDll in %_winceroot%\common\oak\drivers\uiproxy\uiproxy.cpp ) you learn the following: * you can not pass a NULL lpInBuffer parameter to CeCallUserProc
|
| wince eboot migration | 19 Jul 2007 13:05 GMT | 3 |
I wanted to migrate a wince 5.0 eboot to 6.0. I already have a static library say x.lib in my platform directory, i compared all the entries of sources file with cepc and followed the help file and minimized the error. As i mentioned above in the static library there is a call to ...
|
| Question about enabling MMU | 19 Jul 2007 10:42 GMT | 7 |
The following code is from bootloader/eboot/startup.s. "ldr r2, =VirtualStart" loads an address to r2, is this a physical or virtual address? I think it's a physical one, because we are now running without MMU enable. But if it's a physical address, how to use "mov
|