| Thread | Last Post | Replies |
|
| CeReadRecordPropsEx and LocalFree | 24 Oct 2005 20:32 GMT | 2 |
I'm writting an application for Pocket PC using embeded vC++ 4.0. I've created a CEDB. I'm trying to read the records using CeReadRecordPropsEx function as follows: [code]
|
| Communicating through a serial port | 24 Oct 2005 17:05 GMT | 4 |
I have a program in eVC that comunicates my PDA with a terminal via the serial port. The communication params are: 9600 bauds Even parity
|
| Applciation exits on HP IPAQ hx4700 on execution | 24 Oct 2005 17:03 GMT | 1 |
I have ported an application from PocketPC 2002 to WM 2003 platform. Application is dialog based. But when i tried to run the application it flashes the dialog box and then exists. I tried to invoke the application by adding a new dialog resource which is
|
| HP iPAQ hx4700 processor type | 24 Oct 2005 10:48 GMT | 3 |
I am developing an application for HP iPAQ hx4700 series. We are using Wise Installer for installing application through setup. But when the setup is completed i get an error saying, "The program you have installed may not display properly because it was designed for a previous ...
|
| ScrollWindow???? | 24 Oct 2005 07:21 GMT | 2 |
I am trying a VC++ program and would like to see if it runs on EVC++. My program is approximately 300 lines and everything is OKAY. I have had to make a few changes such as CreateWindow to CreateWindowEx and so forth. But when I compile my program I get one error involving the ...
|
| OK, X buttons - separator not lined up | 21 Oct 2005 22:31 GMT | 1 |
I have a Windows CE application where the separator just to the left of the X button isn't located in the proper spot. Instead of being just to the left of the X button, it is spaced quite a ways to the left. As a result, the X button gets centered between the separator and the ...
|
| how to write an application for PocketPC 4.2 (ARNV4) | 21 Oct 2005 13:43 GMT | 1 |
I need an emulaotr for PocketPC 4.2. Is PocketPC 4.2 same as PocketPC 2002??? I tested all(!) download from http://msdn.microsoft.com/mobility/windowsmobile/downloads/default.aspx#wmppc02 PPC 2003 compiled program, don't work.
|
| Console | 20 Oct 2005 23:29 GMT | 3 |
I have seen that every time an application (in release mode) executes a printf the system open a Console Window showing the printf output. How can I detach the process from the stout/stderr streams in order to avoid the Console window in release?
|
| Device driver & threads | 20 Oct 2005 17:53 GMT | 6 |
I am developing block-interface drive for virtual disk drive. Driver has two threads - default on wich all entries are called, and worker wich does all the work. The scheme - default thread receives request, stores pointer to SG_REQ pointer in some variable and sets event ...
|
| Disk information | 20 Oct 2005 04:06 GMT | 1 |
Hi, everyone I'm using eVC++4.0. My device has a hard disk and i want to record something to it. But, I don't know how can i get the number of free spaces in the hard disk.
|
| Where are contacts, tasks, calendar | 19 Oct 2005 17:57 GMT | 1 |
Where are contacts, tasks, calendar in windows mobile 5.0 ? In CE 3.0(3.0SE) was contacts, tasks, calendar in databases. Thanks Petr
|
| ATL 8.0 on CE 4.2 | 19 Oct 2005 17:57 GMT | 1 |
Greeting everyone. Does anyone know if the ATL 8.0 DLL that will release with Whidbey will work on a CE 4.2 device? Regards,
|
| Newbie -> PXA 255 I2C not working. | 19 Oct 2005 15:57 GMT | 4 |
I'm trying to use the PXA255 I2C controller and am having some problems making it work. I intend to use the controller, for the time being at least, from managed .NET code running on compact framework.
|
| Sample code | 19 Oct 2005 09:40 GMT | 2 |
THe MSDN pages on WinCE reference code samples, such as '%WINCEROOT%\Public\common\oak\drivers\netsamp\rasserver'. What installs these samples? There not included with eVC++4. Thanks
|
| MFC Application problem in eVC++4.0! | 18 Oct 2005 17:06 GMT | 3 |
Till now, I have used Platform Builder to create all my WCE applications; however, now I need to create a MFC application for Windows CE 4.2. Since, eVC++ 4.0 has a AppWizard that allows creating MFC applications, I decided to start using it to create my application
|