Description:
Microsoft Windows CE newsgroup.
|
|
|
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,
|
|
assembly instruction nop
|
| |
hi? I tried to add a nop instruction to resethandler of the startup.s like following. ; Before modification ResetHandler LED_ON 0x1 ; After mod ResetHandler LED_ON 0x1 nop LED_ON 0x2 nop But it creates a compile error of 'no immediate rotate operand can be created: -1128'. Is there anybody who is familar with assembly?... more »
|
|
|