| Thread | Last Post | Replies |
|
| MMU enabling in WINCE kernel | 24 Oct 2005 09:27 GMT | 4 |
hi, Thank you very much for ur previous replies... im new to wince, n the version im using is 4.2 .. the reason i wanted to know abt nk.lib rebuilding is... i created necessary stubs
|
| Modify control panel ( CPLMAIN_COMPONENTS cesysgen wceshellfe ) | 24 Oct 2005 07:55 GMT | 3 |
Under CE 4.2, we copied %_publicroot%\IABASE\OAK\MISC\cesysgen.bat to %_projectroot%\OAK\MISC and modified this one rule: if "%SYSGEN_BATTERY%"=="1" set CPLMAIN_COMPONENTS=%CPLMAIN_COMPONENTS% power
|
| Linking Error | 24 Oct 2005 05:23 GMT | 3 |
Dear Sir I am having a Driver at WinCE...\Drivers\Mydriver . In this driver file (.cpp) i am refering to another T1.c file functions . To compile this file along with driver file i modified sources file and added T1.c in the list of
|
| Screen at Boot time | 24 Oct 2005 04:58 GMT | 5 |
Hello So far i have worked on driver . Now i have given a task to show one Screen(GUI) with one progress-bar while booting ..? Can you suggest which area i have to look for ..???
|
| Win CE 4.2 sample code CONNMC | 23 Oct 2005 15:03 GMT | 2 |
I try to compile sample code (without modification) in directory \WINCE420\PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\CONNMC. But I have some error messages. Can anyone help me plz... Thank you in advance ..
|
| 3 wire Xscale UART | 23 Oct 2005 04:09 GMT | 3 |
I have a PXA255 serial port (STUART) that only supports RX and TX (3wire). The driver is patterned after the Mainstone $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\com_mdd2.lib \ $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\oo16550.lib \
|
| Browser based applications | 23 Oct 2005 03:34 GMT | 2 |
We have a java based application we use for desktop boxes. I know there are third-party jvm's for windows CE, but they are always catching up with whatever the latest and greatest PC version is, and they add real cost to a low-cost system.
|
| PLEASE HELP!!! How to get queried Data from a Miniport Driver through an application | 22 Oct 2005 07:48 GMT | 10 |
I have posted two messages regarding this problem but still not getting any replies. I am writting an application to configure a wireless LAN driver.I am not able to retrieve the queried data from the Miniport driver.My
|
| CE 4.2 IE6 in Quarter VGA, encoding menu problem | 22 Oct 2005 00:39 GMT | 6 |
On our device... CE 4.2 Running in Quarter VGA mode With IE6 open, if you go to View-->Encoding-->more
|
| USB Host problem | 21 Oct 2005 19:11 GMT | 2 |
I am using TDI242 usb host controller on CE5.0 PXA255 board, I include the driver and CE components: USB HID Class Driver USB Storage Class Driver
|
| WINCE - XIP | 21 Oct 2005 17:11 GMT | 5 |
I am working on a new development board manufactured by our organisation. The processor is PXA270. At present, I have been able to port the EBOOT on the new development platform with the following things enabled, FLASH, SDRAM, FFUART only.
|
| setting BUILD_OPTIONS, which bat file to use? | 21 Oct 2005 17:05 GMT | 1 |
I tried mybspname.bat (%_TGTPLAT%.bat) but it is called too early, my BSP_XXX defines are not set up yet! so i need a bat file which is called late enough and before the actual build.
|
| How to remove registry value in .reg | 21 Oct 2005 17:01 GMT | 1 |
I know of the [-KEY] method of removing a key as well as all child values and keys, but how do I remove just a single value under a given key?
|
| how to build only OAL (and not the whole NK.bin) | 21 Oct 2005 16:36 GMT | 5 |
Hi WinCE Platform Builder Gurus! :-) I'm developing an OAL for WinCE 4.2 and, every time I make a change to a source file I have to rebuild the whole platform (Build->Build Platform), even worst sometimes I have to re-build the platform
|
| confused About writing and ISR in ethernet debug library. PLZ HELP!!!!!!!!!!!!!! | 21 Oct 2005 14:42 GMT | 9 |
As i mentioned, i have written ethernet debug library for cepc(windows ce 5.0). --->Its coded in polling mode. Now i have to enable interrupt support in it. For that i have to
|