windows-ce
how to set preprocessor definition of _win32_wce in vs08
How to set preprocessor defination in vs08.By default the value of _win32_wce is $(CEVER) set.but when I build the project the error \"c1017 invalid integer constant expression\" occur.and warning tha[详细]
2023-04-05 14:36 分类:问答PCIe driver for Windows CE and Windows Desktop
I need a little advice for development of a custom PCIe driver. The driver must support b开发者_Go百科oth Windows CE 6.0 and Windows Desktop (xp, 7, and 8 when ready).[详细]
2023-04-05 13:35 分类:问答How to create Dll for VS08 which were made earliar in VS06
I Have a DLL which开发者_如何学Go is made in vs6. Now I want to create that Dll in VS2008. So that all the functionality remains same.It shouldn\'t be too terrible, though the fact you\'re coming from[详细]
2023-04-05 11:04 分类:问答FillRect with WHITE_BRUSH fails on WinCE 6.0
I\'m attempting to clear part of my screen with FillRect(hdc, &r, (HBRUSH)(WHITE_BRUSH)) However it \"succeeds\" (returns nonzero) but writes nothing to the screen. If I change it to[详细]
2023-04-03 19:55 分类:问答how to kill process in Windows-CE?
How can I kill process Windows\\MyProcc.exe from 开发者_开发技巧my terminal (Windows-CE 5.0) using C# code?First find the Process by giving the running exe\'s name and kill it. Use the System.Diagnost[详细]
2023-04-03 05:52 分类:问答Compile Boost 1.47 for Windows CE
There is actually a bit of information out there about people trying to build the Boost libraries for Windows CE, but no one has reported success or even given the steps required to do so. With the tw[详细]
2023-04-03 03:49 分类:问答How to persist Windows CE registry settings
I am able to modify the Windows CE Registry from the \"Windows CE Remote Registry Edit开发者_开发知识库or\" application, but none of my registry changes persist on bootup. Is there some special incant[详细]
2023-04-03 02:37 分类:问答GetIdleTime() in Windows CE/WM does not work?
I am trying to get the device IdleTime by calling GetIdleTime() [DllImport(\"coredll.dll\")] static extern int GetIdleTime();[详细]
2023-04-02 11:52 分类:问答Programmatically cycle power on WinCE 5 PCMCIA socket?
How can a WinCE 5 driver cycle the pow开发者_如何学运维er on a PCMCIA socket under its control?[详细]
2023-04-02 06:58 分类:问答how to add a button to Windows CE 6 aygshell menu bar and link to a library function?
Dear fellow Windows CE developers, I want to make a button available in the aygshell menu bar of Windows CE 6, that shows or hides the software input panel (SIP) of a Windows CE 6 r3 system.[详细]
2023-04-01 16:32 分类:问答