| Thread | Last Post | Replies |
|
| Locking a dll -- dont allow loading | 28 Feb 2005 21:34 GMT | 5 |
Is there a known proven standard way to stop a dll driver being loaded more than once? I have a SPI driver and odviously it can only be loaded one at a time, if there is 2 instances of the driver running, then the SPI data will currupt.
|
| Mass storage class failing during enumeration. | 28 Feb 2005 21:17 GMT | 3 |
During enumeration of USB function controller driver when the class driver is mass storage, it is failing after the "OpenStore" function call with debug msg as "UsbMsFn!STORE_Init: failed to open store DSK1:; error = 4319". I found that it was failing when it called CreateFile. ...
|
| How to enable interrupts in Eboot ? | 28 Feb 2005 21:15 GMT | 2 |
Hi,all I want to use RNDIS to implement bootloader, but when initializing USB, I have to enable interrupts in eboot. In the original source code of eboot, it use polling. How and where can I enable INTRs?
|
| LAN91C111 driver keep reset itself | 28 Feb 2005 18:32 GMT | 8 |
We ported LAN91C111 driver for WinCE4.2 to Win5.0 on Xscale platform. we can send and receive data okay. But when I transfer a large chuck of data in a burst, I see the driver keep reset itself. Have anyone experienced this before? And any idea on how to resolve this problem? ...
|
| MFC app creating exception | 28 Feb 2005 07:32 GMT | 4 |
I have developed lcd and keypad driver for our platform board .now i have to test keypad driver .That is to test if i am correctly send event to app and app catches it.I have also added MFC support to my imageBut then also my application throws an exception.But the same app
|
| How to make a camera driver at winCE4.2? | 28 Feb 2005 07:18 GMT | 1 |
How to make a camera driver at winCE4.2?
|
| Trying to understand SDK generation... | 27 Feb 2005 16:55 GMT | 1 |
After struggling with how to make my features include themselves in the SDK, Bruce Eitman proposed to add a "makefile.inc" in my projects that copy the files i want included in the SDK to the SDK's target directory. This works just fine, but , as allways, I feel I want to dig
|
| setTimer - what have I missed? | 26 Feb 2005 18:16 GMT | 7 |
Why is not this method supported using Platform Builder? I get the error messag C2065: 'setTimer' : undecleared identifier I can find help about the method when pressing F1 and have included Winuser.h as the help tells me to, but cannot find the method here. Actually
|
| GWES Exception !!?? | 26 Feb 2005 11:23 GMT | 1 |
I have a WinCE 4.2 system. When I run some applications, following messages are print. Is it important ? May I ignore this issue ?
|
| Problem with KITL? | 26 Feb 2005 04:25 GMT | 10 |
I'm using custom ARM board and Platform Builder 5.0. I have a problem with a KITL or I think that it is KITL. After downloading image I can see following lines from my hyperterminal. Nothing happens after "Enabling adapter ints.." message. I have no idea what is wrong.
|
| RomImage | 25 Feb 2005 23:01 GMT | 5 |
I have a project that includes the Emulator x86 BSP. I've modified the platform.bib file to add some files to the image(i.e some .bmp files). I've modified platform.dat to direct where I want the files to go i.e (\My Documents). I've sucessfully built the image.When I run ...
|
| Problems with PXA270 migration from 4.20 to 5.0 | 25 Feb 2005 21:24 GMT | 2 |
Hey everyone. We've been running CE 4.20 on our Mainstone derived PXA270 based platform for a while now. We had a bit of trouble getting anyone to give us a starting point BSP (long story), but we ended up basing our
|
| Invalid opcode at higher core frequency | 25 Feb 2005 16:54 GMT | 2 |
Hello all.. I have just encountered a problem with a Prefetch Abort. We recently increased the frequency of the PXA255 (200Mhz part) to 200Mhz - previously it was scaled to 100MHz. I now get some random Prefetch Aborts (though they are always produced
|
| LCD Display | 25 Feb 2005 15:54 GMT | 1 |
i created the driver for LCD monochrome passive display which uses 1 bpp.i am asking GDI to do all the drawing.this is working fine.but problem is that when i draw some thing throgh an application, for eg a rectangle(0,0,100,50),in black ,a black line comes on the right side
|
| Exception suspend | 25 Feb 2005 13:47 GMT | 9 |
(WINCE 42) i get the following exception when suspending the system. [debug output] Calling device manager power proc.
|