| Thread | Last Post | Replies |
|
| FILESYS exception with hive registry in 4.2 | 14 Jun 2005 20:23 GMT | 6 |
i am currently trying out hive based registry (in WinCE 4.2) and i am facing a peculiar problem now (on bootups with hive). System bootup happens fine. when i try to open IE (am just taking a very consistent example..happens
|
| HKLM\Init and MFC Application | 14 Jun 2005 18:36 GMT | 27 |
I'm new to Windows CE development, so I apologize if I'm overlooking some very obvious things, but I'm having some difficulty in my initial attempts at customizing a WinCE OS image. I'm using WinCE 5.0 and Platform Builder as well as EVC++ 4.0SP4. What I've
|
| Choosing a MAC+PHY Ethernet controller | 14 Jun 2005 18:01 GMT | 2 |
We are in the process of doing the hardware design of a Renesas SH4-based controller board which will use WinCE 5.0. I am not yet up-to-speed with WinCE, having used other RTOS in the past. I am trying to minimize the amount of software development that will be required for ...
|
| why OS don't load LMemDebug.DLL | 14 Jun 2005 17:33 GMT | 1 |
hi,all I add LMemdebug to my project,but I don't use KITL Mode. I find the OS don't load LMemDebug.dll, what should I do??? I would like to use LMemDebug.dll debug a App memory leak tracing, and the App have already been *.exe file, I
|
| Steam interface that supports multiple instances of device | 14 Jun 2005 15:44 GMT | 2 |
Hi all , I am developing a stream interface device driver.I have to handle a situation where more than one application calls my driver.In that case I need to pass a different handle for each call.I've a doubt at this point....when a
|
| COM Ports detection Problems in WinCE.NET 4.2 | 14 Jun 2005 14:18 GMT | 1 |
Dear friends, I am a new person in developing WinCE.NET OS image using Platform Builder 4.2 for the CEPC:X86 configuration with Internet Appliance mode.In this image, COM Ports are not detected. There are Seven COM ports in my
|
| WinCE5.0 PCCARD Driver Suspend/Resume Problems | 14 Jun 2005 09:17 GMT | 4 |
I'm running WinCE5.0 on PXA270 and have problems regarding the suspend/resume procedure of PCCARD drivers. This procedure works without problems when the delay between a resume and suspend is large enough to allow the whole PCCARD driver stack to
|
| CE 5.0 SDK with Visual Studio 2005 | 13 Jun 2005 23:13 GMT | 1 |
Has anyone managed to export an SDK from Platform Builder 5 for a headless device platform that doesn't export the .NET CF and use it with Visual Studio 2005 Beta 2? When I export my SDK and install it, it shows up in embedded visual C++
|
| PB 5.0 install problem | 13 Jun 2005 23:06 GMT | 5 |
I am having an install problem with PB 5.0. Halfway through installation at the registering dll stage I get: "The selected configuration does not have an installed debugger .. you can not debug this configuration."
|
| Debug zones not showing up in Backlight Driver | 13 Jun 2005 22:47 GMT | 3 |
I am trying to use debug zones in my backlight driver but they do not show up. I copied the exact same format used in my battery driver: #ifdef DEBUG #define ZONE_ERROR DEBUGZONE(0)
|
| IoAllocateMdl call in WinCE 5.0. | 13 Jun 2005 22:19 GMT | 4 |
In WinCE 5.0, I made the following call to allocate a MDL. If you search the include file directory, you can find a file named WDM.H defining this function. However, during the kernel image linking phase, this library was not found. Is this function supported by WinCE 5.0. If it ...
|
| running application | 13 Jun 2005 18:35 GMT | 3 |
I built a very simple Windows CE application by using .NET 2003 C# and then copied it onto the \Hard Disk of my CE device. I can launch the application successfully if I use HKEY_LOCAL_MACHINE\Init registry key to automatically Launch the application after the device is booted. ...
|
| Is the compile or linker wrong!? | 13 Jun 2005 18:22 GMT | 5 |
I have some problem using "bl" (arm instruction)! If I "bl" to a function in the same file, it "bl" to a wrong address like <file:///C:/Documents%20and%20Settings/Administrator/Local%20Settings/Te
|
| USB Camera Application | 13 Jun 2005 16:59 GMT | 1 |
Hai All, I am working on WinCE5.0 for ARM based devices which supports USB Camera. I want to develop an application which can capture the still pictures/images and save them on disk.My problem is I don't have Camera
|
| Is TDI(Transport Driver Interface) supported in WinCE 5.0? | 13 Jun 2005 16:52 GMT | 1 |
I try to write a TDI driver for my project but I cannot find any information in WinCE 5.0 online document. Eve though I can find the include file, nothing is mentioned in the document. Is TDI driver supported by WinCE 5.0?
|