| Thread | Last Post | Replies |
|
| Where to find MFC for WinCE4.10 | 26 Apr 2005 16:42 GMT | 3 |
I need MFC dll for WinCE 4.10 to run a third party program on a SA1110 based board Unfortunately I have only Platform Builder 4.2 here Could someone please tell me where can I download it ?
|
| exception handling -- or lack thereof | 26 Apr 2005 16:10 GMT | 3 |
Instead of getting "Unhandled Exception" popup, the app just freezes. We are using WinCE.NET 4.2, EVC 4.0 SP2. C++ Exception Handling and Run-Time Type Info have been built into the platform. The /GX option is added to EVC.
|
| config.bib MEMORY Section | 26 Apr 2005 14:52 GMT | 2 |
currently my device has 64MB of RAM, configured as 32MB RAMIMAGE + 32MB RAM in config.bib, as follows in my config.bib: RESERVED 80000000 00008000 RESERVED DRV_GLB 80008000 00001000 RESERVED
|
| don't need explorer.exe | 26 Apr 2005 14:13 GMT | 13 |
At the startup I don't want to see the explorer. Instead of this my application should be shown. For this I launched my application with "launch50=myapp.exe". In this case the application will be started instead of the explorer. An other and I think a better possibility would be ...
|
| CETK | 26 Apr 2005 13:37 GMT | 1 |
I use the CETK to test it. but how to know the problem or error
|
| multiple irq -> sysintr possible? | 26 Apr 2005 12:38 GMT | 2 |
is multiple irq->1 sysintr numbers possible? Or in other words is it permitted? I cannot see anything stopping me from doing that. Of course, how that could be useful is something i am not considering right now (prob. for some diagnostics?), though would like to know if it is ...
|
| how can updata donNET CF to sp3 | 26 Apr 2005 08:23 GMT | 4 |
how can updata donNET CF to sp3. please help me .
|
| How to replace the ATADISK.dll | 26 Apr 2005 07:43 GMT | 9 |
I have modifed the ATADisk driver and I want replace the original, but when I replaced the atadisk.dll by the file that I generated I alway failed. Does any setting I missed? Thanks...
|
| Run-Time Image for the Emulator tutorial doesn't work | 26 Apr 2005 07:04 GMT | 6 |
I'm trying to make the Win CE first tutorial work, but I can't in spite of the fact that I've followed all the instructions one by one. I tried to make it work yesterday and again today with a new project but I've obtained the same error message.
|
| Does WinCE4.2 support SA1110 ? | 26 Apr 2005 05:19 GMT | 3 |
I am using Platform Builder 4.2 and I can't understand which BSP should I use to create a SA1110 (strongarm) target. The SA1110 system is old, but I still need it. I have installed:
|
| cannot load WLAN drives in release | 26 Apr 2005 03:50 GMT | 1 |
Dear I have a 802.11b Wireless CompactFlash Card (CWB1K), I use ISLP2NDS driver It can work correctly in debug ,But can not work Release . It prompt 'Can not access PCMCIA FCR . Request IRQ without accessing FCR
|
| What is the difference between Windows CE and Windows Mobile ? | 26 Apr 2005 03:40 GMT | 2 |
I am still confused by the wordings 'Windows CE' and 'Windows Mobile' ? Can someone kidnly briefly explain the difference between them ? Thanks a lot. Best regards, Henry Fok
|
| NdisRawReadPortUshort returns 0x00 | 26 Apr 2005 02:48 GMT | 1 |
I am trying to get an NDIS driver running for the 91C96 on a PXA255 platform under winCE 4.2. Everything seems to work OK except "NdisRawReadPortUshort" always returns 0x00.
|
| unresolved external symbol NDIS_PORT_TO_PORT | 26 Apr 2005 02:44 GMT | 4 |
I am modifying an NDIS driver and I keep getting the error message "unresolved external symbol NDIS_PORT_TO_PORT " when calling the function: "NdisReadPortUshort"
|
| warn boot problem | 25 Apr 2005 22:37 GMT | 2 |
As from CE4.2 help document <Kernel Power Management>, when get warm boot command, CE system just clear work ram, unlike Power-on reset, reloading the file system and initialize. But I don't know how to do it. I only call Power-on reset like this:
|