| Thread | Last Post | Replies |
|
| IPSM w/ P30 Flash Results in Registry Corruption | 12 May 2006 06:24 GMT | 4 |
We recently upgraded our product to use P30 flash chips. Previously, our flash memory had no boot blocks. Specifically, our configuration consists of two banks of flash memory, each consisting of two 128MBit chips (for a total of 4 chips). The result is we have one application ...
|
| CETK serial communication test | 12 May 2006 06:21 GMT | 1 |
I am working on WinCe 5.0 for ARM4 architecture. I tried to compile the pSerial.dll from the source code found under: \WINCE500\PRIVATE\TEST\DRIVERS\SERIAL\BVT_API\PSERIAL This results in compilation error for missing files: comm.cpp and
|
| NIC Problem while load image | 12 May 2006 06:17 GMT | 1 |
I have build a image for CEPC and try to load it to my X86 based PC through ethernet using eboot.bin,while it always indicates "Jumping to 0x0013A348".Through the serial port it reports that the type of my NIC card is 4 which is not matched the type 0 so it reports an error.The ...
|
| Cloning an OAL | 12 May 2006 06:10 GMT | 2 |
Upon cloning OAL, I get "unresolved external symbols error" for global varibales such as _dwIntrTimeIsr1, _dwIntrTimeIsr2, fIntrTime. I have put the files in sources in correct order. Has anyone seen similar problem.
|
| Newbie DLL location question | 12 May 2006 06:02 GMT | 4 |
Am I correct in thinking that executable code (dll/exe) are put into the rom section of the build. Whilst other files are put into RAM. So that in the dat file for a project any statements of cpoying exe/dll say to \program files\projectname wont be effective.
|
| Where is "wzcshell.h" | 11 May 2006 19:19 GMT | 1 |
I'd like to use "SHWZCGetWiFiStatusString" API. In WM5.0's doc, it says the API is defined in "Wzcshell.h" header file. However, I cannot find this header file in my platform builder. Does anyone know where can I find it?
|
| Scandisk in CE.Net 4.2 | 11 May 2006 18:51 GMT | 1 |
I am working with WinCE 4.2 and am attempting to use the ScanVolumeEx api to perform a periodic scan of the internal CF drive on the embedded device. When testing with a known good CF, the scan returns with no problems found. When testing with a known corrupt CF (fails chkdsk on ...
|
| Slow Build Platform Under XP servicePack 2 | 11 May 2006 17:58 GMT | 1 |
I work on a fast (for me) PC (pentium 4 3.60 GHz with A 10000rpm SATA disk & 1Giga memory) The installed OS was WindowsXP servicePack 1. I build my platform CEPC projects very fast! about 5 minutes!
|
| problem in IST event getting signalled by the OS | 11 May 2006 17:01 GMT | 31 |
we are trying to write an I2C driver which needs receive interrupt to be enabled. we are using the Arm Xscale core (PXA27x) thus there is only one interrupt handler(IRQHandler).
|
| CF 2.0 on headless configuration | 11 May 2006 15:29 GMT | 1 |
Does the CF 2.0 works on a headless configuration? Do I have to use the NULL display driver? Are there any plans to create a CF2.0 headless variant in order to minimize the memory footprint?
|
| Print Advanced Button | 11 May 2006 14:40 GMT | 3 |
I'm writing a Printer Driver for WinCE 5.0. I need access to the Advanced button on the print dialog. I'd like to be able to use the "Advanced" button to bring up advanced settings for the printer. How can I access this?
|
| PB Generated DLL | 11 May 2006 10:59 GMT | 3 |
IS there a trick to exposing the entry points from a PB generated DLL ? I have tried extern "C" __declspec(dllexport) __declspec(dllexport)
|
| USB Client Driver Loading Problem | 11 May 2006 10:55 GMT | 1 |
My WinCE 5.0 device has a Netchip2272 controller on it. I have the net2272 controller driver loading and initializing just fine. Add a Microsoft USB function client(Serial). Launching WinCE
|
| print preview support in WinCE | 11 May 2006 10:44 GMT | 5 |
i have to write a printer driver and add some utility for print preview for WinCE4.2,5.0 based devices. firstly i want to know why did Microsoft not provide the print-preview feature in WinCE.net.
|
| how to identify different appliction call in the stream driver which can open more one time. | 11 May 2006 10:29 GMT | 1 |
I want to write the stream driver which can been open more than once by different appliction. When different application call the ReadFile and call the driver's XXX_read() , how to identify its caller, since I want different caller must have its own data quence in the driver's
|