| Thread | Last Post | Replies |
|
| Query related to EBOOT | 19 Oct 2005 11:28 GMT | 3 |
I am working on a new development platform manufactured by our organisation. The board is having a PXA270 processor, so I am using the reference BSP provided by Microsoft for the MainstoneII board. At present, I have been able to port EBOOT on this new development
|
| Using remote tools in eVC++ 4.0! | 19 Oct 2005 09:41 GMT | 10 |
I created my OS image using Platform Builder 4.2 as a release version and am ceating my application in eVC4.0 since I need to create an MFC application. I need to be able to debug my application and also use all the remote tools like remote process viewer, remote registry editor
|
| Binding a Zero configuration Application With NDISUIO | 19 Oct 2005 09:36 GMT | 3 |
I am writing an small application which will configure a NDIS miniport driver(Wireless).I am using NDISUIO interface to communicate with the miniport driver.The simple trial code which I am trying is // wlantest.cpp : Defines the entry point for the application.
|
| VESA Problem | 19 Oct 2005 02:08 GMT | 4 |
I meet a problem while i set the Resolution like this 1300x768. The WinCE can boot up. But there is other icon around my desktop.How can i fill the full screen with my desktop? Thks
|
| PC/104 Memory Mapped I/0 | 19 Oct 2005 01:41 GMT | 1 |
I am using CE5 on an x86 platform. I am writing a stream I/O driver to control a device on the PC/104 bus that will be at address C0,000. For the interrupt I am using the GIISR to signal my IST. I’ve sucessfully loaded the GIIISR and used the check port feature (GIISR ...
|
| Where is celogflush.exe? | 18 Oct 2005 20:40 GMT | 4 |
We are having some incompatibility issues with the new Mobile 5.0 and our PCMCIA driver. Windows CE Remote Kernel Tracker is giving me the error "Remote kernel tracker is unable to connect to the device because it is not CELOG enabled." This is a know issue (so I read). So I was ...
|
| Turn off all low power stuff | 18 Oct 2005 18:18 GMT | 3 |
Is there a simple way to turn off all low power stuff? /trond
|
| can I protect my NK.BIN | 18 Oct 2005 17:36 GMT | 5 |
can I protect my NK.BIN? I used the hive-based registry(with fatfs) and store the changes to the system hive registry on the DOM as system.hv. User can easily delete the nk.bin and bootloader file from Hard Disk
|
| My miniport driver - Adapter IP Address is 0.0.0.0 | 18 Oct 2005 17:14 GMT | 8 |
I am a newbie to network drivers. I wrote(trying to write) a miniport NDIS driver that will send some data to the application. I want to bind the driver to the TCP/IP protocol. Here s what i did. The driver s all loading fine. I have specified NdisMedium802_3 only in
|
| Failing to run the Skype application in WinCE .Net 4.2 for Mobile Handheld Device | 18 Oct 2005 17:03 GMT | 1 |
I have builded a platform for Mobile-Handheld device in Windows CE .Net 4.2 .And i have added the skpedialer.dll and the skype.exe to the platform and made the neccessary changes in the registry settings. And i downloaded the image to the Intel based PXA255 XScale®
|
| EBOOT Query | 18 Oct 2005 15:25 GMT | 10 |
I am trying to port the EBOOT (Ethernet Boot-loader) on a new board manufactured by our organisation. I configured the GPIO's according to the specification provided by the Hardware guys. I belive the first code that is executed during the
|
| cross platform library? | 18 Oct 2005 15:02 GMT | 4 |
I made a library file (.lib) for one platform (BSquare IDP). Can such a library file be used on other platform? Assuming all platforms use WinCE5.0. Thanks, Fan
|
| KD fails to connect throug KITL | 18 Oct 2005 14:38 GMT | 2 |
I am currently porting an XS25x design BSP from CE4.20 to CE5.00. I got EBOOT working but I am now stuck with KITL not working correctly. After downloading an image from PB (Dowload: Ethernet / Transport: Ethernet) I get the following debug output, but KD fails to connect (The ...
|
| environment veriable and source code DEFINES? | 18 Oct 2005 11:28 GMT | 2 |
i wonder if I can do conditional define for source codes, i.e. is it possible to if/else/endif in sources.cmd?? browsing around msdn and seems it is not possible... :( IF something
|
| Newbie -> PXA 255 I2C not working. | 18 Oct 2005 11:06 GMT | 2 |
I'm trying to use the PXA255 I2C controller and am having some problems making it work. I intend to use the controller, for the time being at least, from managed .NET code running on compact framework.
|