Description:
Microsoft Windows CE newsgroup.
|
|
|
File System Performance Tuning
|
| |
I am currently working on WINCE6.0 file system performance tuning. In theory, memory mapped file will increase frequently accessed file data. I use 2 method to read through a file Method 1 ------------------------------ ----------- CreateFile(...) for (cnt=0; cnt!=TEST_CNT; cnt++) { start = GetTickCount();... more »
|
|
Bootvars
|
| |
Hi All, When building windows CE 6.0 R3, i am facing a problem that USB storages are not mounted. While debugging it found that When [HKLM\Init\BootVars] Flags is set to 1, USB storages are mounted. But when Flags key set into 3, USB storages are not mounted. We used persistent storage to store hives. So it need to start storage... more »
|
|
2016 date bug...
|
| |
We are experiencing incorrect year being reported by Win CE 4.2 OS. Occasionally the year will be 2016 instead of 2010. Has anyone else seen this? Any medical device manufacturers out there experiencing the same problem?
|
|
MFC DLLs in Windows CE 6.0?
|
| |
Hi: MFC dlls was no longer part of Windows CE 6.0 platform builder, so MFC App have to use static library. If we still want to use MFC DLLs, where they are? Thanks
|
|
linking a library(dll) to a project file in platform builder environment
|
| |
Hi everyone, I am building a windowsce project in platform builder environment. Can anyone help me out on how to link a library file(.dll) with a project file(.c) in platform builder? Are there any options provided in PB where i need to include the path of the library file or is there anyway to include it in the project... more »
|
|
Load PCI device driver not in "BuiltIn" time
|
| |
Hi: I had developed a PCI device driver, when it build and loaded from platform builder from "bib" and "reg" files. And driver running. However, this driver still on progress/developing, so everytime the driver was update, the NK.BIN have to deploy to all developers. I had used the "ActivateDeviceEx" API to load another "stream device driver"... more »
|
|
Virtual COM port support in Windows CE 6.0 R2
|
| |
Hi, I wanted to use UART (RS232) over Ethernet on Windows CE 6.0 R2 device. Our device has Ethernet connectivity (ethernet port)and no COM port support (no hardware COM port). Is there any mechanism through which i can expose ethernet as COM to my device (RS232 over ethernet). On my PC side, we have virtual COM port which expose the ethernet interface as COM to my application.... more »
|
|
how to build the netsample ipconfig to the exe file?
|
| |
C:\WINCE500\public\common\oak\ drivers\netsamp\ipconfig\ipcon fig.cpp i want to make ipconfig.exe. and i could found the sample code. but it source code builded to the lib file. in ipconfig sources files, TARGETNAME=ipconfig TARGETTYPE=LIBRARY SOURCES= \ $(TARGETNAME).cpp the project is .lib file. but the source code has a _tmain() funciton in the... more »
|
|
EverVision LCD
|
| |
Hi All Does anyone know what type of LCD is VGG243273-7UFLWA.I need to know whether it supports moving pictures or only still pictures display.
|
|
About "Boot Count" in registry
|
| |
Hi everyone, We know there is a DWORD value "'BootCount" in Registry "HKLM \ Comm". The number will be increased by 1 for every boot. Can I disable the behavior ? I searched all of the WINCE500 directory and I can't find any string matched. Thanks a lot,
|
|
|