| Thread | Last Post | Replies |
|
| System language in WinCE 6.0 device | 02 Mar 2007 07:14 GMT | 1 |
Does anybody know what components or configurations in registry I have to do to get my kernel in non english language? I have change language in: Projects->Properies-> Locale, and select in default locale German (Germany).
|
| problem with graphical shell | 01 Mar 2007 23:26 GMT | 8 |
I'm migrating the vr4131 bsp to a bsp for my device with a vr4121 controller. With my changes i built an custom device OS without extra options and the OS runs on my device. Now.i want to add the graphic standardshell but if i add this i see the ATI ragexl and PCIbus
|
| How do you know if your image is running from ram instead of flash? | 01 Mar 2007 22:40 GMT | 11 |
I'm developing Windows CE 6.0 on a PXA270 platform. The last instruction the bios executes (in the function "Launch" in startup.s) moves the program counter to a flash address, thus leading me to believe the OS is running from flash. This was the default code MS
|
| WinCE 5.00 Net CF problem "Unable to start program" | 01 Mar 2007 20:37 GMT | 7 |
I am using Windows CE 5.00 with all updates from year of 2005 and 2006, and trying to run Net CF application via Visual Studio 2005, and I am getting the error "Unable to start program 'CSIDL_PROGRAM_FILES.........
|
| March 1, 2007 bug | 01 Mar 2007 20:05 GMT | 1 |
We observed very strange behavior on all of our CE 5.0 devices (that we are developing) this morning. All the instruments booted up thinking that the date is January 1, 1601. The control panel displays September 1752 but using the Date command in a command prompt window
|
| noload vs activatedeviceEx | 01 Mar 2007 19:57 GMT | 1 |
If I set the NOLOAD flag bit for a \Builtin driver the driver will not load at powerup. But if I later want to load the driver on demand can I use the ActivateDeviceEx?
|
| Jflashmm dat file for 256P30 ?? | 01 Mar 2007 19:45 GMT | 2 |
Does any one have the a 16 bit .dat jflashmm file to support the 28F256P30T? It should look something like Flash_8919_1_16.dat if you follow the convention. I built these in the pass but don't remember all the details.
|
| Launch a program with Command line | 01 Mar 2007 17:39 GMT | 1 |
I could launch a program without parameters, for example: [HKEY_LOCAL_MACHINE\Init] "Launch97"="\\Windows\\Startup.exe" But if it with some parameters will not launched?
|
| struggling to get the big picture | 01 Mar 2007 17:25 GMT | 1 |
I'd like to evaluate CE6 for use on a Compact PCI blade computer (CEPC?). I am not aware that a BSP exists for this machine. It has two integrated gigabit ethernet ports based on an Intel 82546EB chip. Eventually I'd like to do some advanced programming of the PCI bus to ...
|
| Windows CE and third party applications | 01 Mar 2007 16:44 GMT | 9 |
Maybe I'm posting off-topic here, but here goes my question anyway: For about 4 years we've been working now on CE 4.1/4.2 and 5.0. Our product is a mobile handheld device designed for the industrial market. Key peripherals are GSM, card reader, and printer. Our latest processor
|
| Memeory integrity test | 01 Mar 2007 13:40 GMT | 1 |
I wanto to do a memory integrity test for the flash memory of my windows ce system. The memory test ould basically be to compute a checksum onthe complete flash memory and compare with a preexisting value.
|
| C++ exceptions in drivers | 01 Mar 2007 12:55 GMT | 2 |
Hi, I'm developing a file system filter with Win CE 5.0 . Is it ok to use C++ exception handling in drivers. I am going to replace the try except blocks in the sample FSDSPY with try catch(..) with /EHa compiler option set. My understanding is this will allow me to catch system
|
| the relationship between embedded visual c++ and platform builder | 01 Mar 2007 11:24 GMT | 2 |
Sorry for a newbie's question. I didn't understand the idea behind the embedded visual c++. I just only want to develop applications and then deploy to the Win CE image. In which development process, i need embedded visual c++. What is the
|
| Unknow "fatal application error" | 01 Mar 2007 10:41 GMT | 2 |
Using my Windows CE 5.00 application an error like this occurs: - - - Fatal application error Application ?????????????????????? has performed an illegal operation and
|
| DeviceIOControl problem data exchange between ap and driver | 01 Mar 2007 09:54 GMT | 2 |
I read many articles about DeviceIOControl. But it still not work until now. I wrote a spi driver. and i can get some data from a flex module via spi driver.
|