| Thread | Last Post | Replies |
|
| Network projector in CE 6.0 | 12 Mar 2007 15:42 GMT | 4 |
I've got a evaluation board on which I am capable of getting a basic image up and running. I need the new component in CE 6.0 called 'network projector'. It works in conjunction with Vista's 'Network projector' functionality.
|
| Error: Too much data space used by DLL's in MODULES section | 12 Mar 2007 15:22 GMT | 2 |
This is WIN CE5.0 This is during a debug build. My guess is that the debug info is making the DLL's Too big. Full Message is below... I don't want to outright remove component. I see a symbol with an X defined
|
| displayer driver screen size problem? | 12 Mar 2007 14:44 GMT | 3 |
am using ce.net42 with the smdk2440,my device with CSTN 320*240 panel(LM057QC1T01). In the bootloader, setting the LCD controller as 8bit single scan, 16bit color,
|
| code hangs after loading hd.dll | 12 Mar 2007 13:43 GMT | 2 |
Can anyone Please tell me which are all the dlls to be loaded in order to make sure that the kernel is up. Which dll must be loaded in order to get the shell. Please if possible could anybody give a sample debug log which would be of great help to find out which are all the
|
| Help needed to add telnet reg settings to my emulator version 2 bu | 12 Mar 2007 11:28 GMT | 5 |
Is there a way to add 2 telnet registry settings to my Arm based version 2 emulator build that is using a WinCE 5.0 image in Platform Builder 5? I want to have those settigs active when the emulator starts so I can telnet in after starting.
|
| Where / How is device.exe built ? | 12 Mar 2007 10:56 GMT | 2 |
I made a change in devcore (yes,yes, i know...) But this folder compiles to a .Lib This lib is used in building device.exe somehow. But I cannot find which project actually delivers device.exe as its target.
|
| How to switch default usb client function driver on wince 5.0 at runtime? | 12 Mar 2007 09:57 GMT | 7 |
I change the register at runtime, but no change happened. Should I send ControlIO code to USB driver? which layer driver? Any help will be appreciate!
|
| question about SYSINTR_RESCHED and scheduler | 12 Mar 2007 09:48 GMT | 4 |
I have a question about SYSINTR_RESCHED and scheduler, As I know SYSINTR_RESCHED is returned by ISR to indicate a reschedule, but what will scheduler do in case of rescheduling? (Suppose that I have created three threads, and all of them are created in suspended state, and I am ...
|
| Appending tens of files into NK image | 11 Mar 2007 18:37 GMT | 4 |
CE4.2 I'd like to include my own tens of files in NK image. Also, these files need to be placed in some different dirs. I'm using below two steps to accomplish this:
|
| Accessing Frame Buffer from User App | 11 Mar 2007 07:26 GMT | 2 |
Does any one know if a user mode (DD) application is allowed to access the frame buffer directly? I'm under the impression that the memory location returned by DdLock allows an application to access the video memory. A bit of background. I have a CE 6.0 DDGPE driver that returns ...
|
| WinCE 5 - clone catalog item again - unable to do via PB ? | 09 Mar 2007 18:28 GMT | 5 |
it was enough said not to modify the code under PUBLIC tree. Even if some of us occasionally do, some day tried to clone just a subtree as an example of good doing (as opposed to worng doing, which is directly alter the needed source code under whatever tree it is).
|
| Help needed with release driver | 09 Mar 2007 16:06 GMT | 3 |
I have developed a driver for a PCI device. With the debug version everything is working fine. I have added registry settings and modified platform.bib file so that the driver is assigned to the device. I can not see the driver in the Windows directory in the
|
| How much memory? | 09 Mar 2007 15:46 GMT | 4 |
i´ve a device with 256 MB Ram and the IMGRAM256 environment variable is set. The Control Panel of the device reports about 205000 kBytes, which is the size of ram minus the image size. That´s ok. But the Remote System Information from PB shows only about 102000 kBytes of physical ...
|
| Soft Input Panel | 09 Mar 2007 11:46 GMT | 1 |
I have to include a SIP. Including the three components SYSGEN_SOFTKB SYSGEN_LARGEKB
|
| limitation of VirtualAlloc calls? | 09 Mar 2007 08:06 GMT | 1 |
i get an error when i try to load a dll with the LoadLibrary() call whithin my application. my app is quite big and contains many dll's. with the GetLastError() i got the 14 (ERROR_OUTOFMEMORY) error.
|