| Thread | Last Post | Replies |
|
| PHP on WindowsCE | 27 Mar 2006 15:17 GMT | 1 |
Is PHP available for windows CE?
|
| WinCE 5.0 DCOM question | 27 Mar 2006 12:28 GMT | 5 |
I have a question, maybe someone from MSFT can throw some light on it We are developing a Win CE based system that acquires data samples at a rate of 60k/sec. The sys is supposed to perform some data analysis and graphical display on the device itself. It is also required to relay
|
| Mobile 5 Error Reporting | 27 Mar 2006 00:05 GMT | 4 |
Where would I find a resource that explains how to deciper a Mobile 5 Error Reporting screen? SunWon
|
| Emulator storage memory | 25 Mar 2006 13:09 GMT | 4 |
Anyone here know how to increase the Storage Memory (ROM) as opposed to the Program Memory (RAM) in the emulator? thx in advance -B
|
| File Transfer/Sharing using MFC | 25 Mar 2006 08:28 GMT | 3 |
Im currently working on wince( evc++). my project includes sharing and tranfering of files between an ebox and a computer ( currently running wince only). i.e. the tranfer is between wince to wince rather than desktop to wince.
|
| FILE TRANFER/SHARING using MFC | 25 Mar 2006 08:18 GMT | 2 |
Im currently working on wince( evc++). my project includes sharing and tranfering of files between an ebox and a computer ( currently running wince only). i.e. the tranfer is between wince to wince rather than desktop to wince.
|
| Fast Timer | 23 Mar 2006 22:50 GMT | 6 |
I am trying to write an application that receives data off a USB device at 500Hz (every 2ms). I'm new to CE platform development so I'd like suggestions on the best approach to do this. For example, is there a way I can tie into the USB 1ms interrupt and write
|
| COM service in CE 5.0 | 23 Mar 2006 20:38 GMT | 6 |
I know that ATL3.1 is supported in CE 5.0. Is it possible to make a COM service or application, i.e. a COM server that executes in a different process?
|
| pragma pack problems | 23 Mar 2006 18:53 GMT | 6 |
I seem to be running into an issue where I am deriving a new class from a struct with a different alignemnt via the pragma pack, I get a data abort error in the debugger. Actually I can also get it to happen just by declaring a struct type in my class that has a different ...
|
| File system monitor | 23 Mar 2006 17:08 GMT | 8 |
I'am working on Pocket PC 2002, using eVC++ 3.0. It want to be able to monitor all changes on files. I want to be notify of file creation, opening, deletion, writing, reading, executing and so on.
|
| Not able to create file from my app | 23 Mar 2006 16:43 GMT | 1 |
i am trying to create a file from my application with the code CreateFile( filename, GENERIC_READ, FILE_SHARE_READ,
|
| CListCtrl - "strange" memory leaks | 23 Mar 2006 12:09 GMT | 4 |
[mfc, wince 4.2, arm] Hi! I have a strange memory leak associated with CListCtrl. The situation is as follows: I take care of freeing all allocated memory (items themselves +
|
| universal remote | 22 Mar 2006 20:15 GMT | 3 |
I am tring to develop universal remote for pocket pc 2003 ,problem i am facing is how can i capture a stream sent by normal remote and retransmit the exact same code with same frequency on IR port, I have tried a few IR protocols but all try to discover another IR device for ...
|
| Full Screen PropertySheet | 22 Mar 2006 17:42 GMT | 4 |
I am migrating a CE.NET application to the WM5.0 platform. My main task for the conversion is making every user interface appear full screen. Everything is working great, except for the property sheets. No matter what I try, the OS seems to always reserve the bottom of the
|
| evc++ application in vs2005 | 22 Mar 2006 16:17 GMT | 5 |
I am trying to run a evc++ ppc 2003 application on VS 2005.I have manually added all the files except stdafx.h and .cpp.I also added additional include files in stdafx.h.But I am getting the following error. Error 1 fatal error C1189: #error : Must define a target ...
|