| Thread | Last Post | Replies |
|
| feof() | 18 Jul 2006 08:19 GMT | 2 |
Why the feof() read two times the ultimate row before of exit???? the file: 349 333 338
|
| creating an pocket outlook account when my application starts. | 17 Jul 2006 11:01 GMT | 1 |
I am using Pocket PC device 2003. the application is made in eVC++ 4.0 I am creating an pocket outlook account at my application startup. Where will be the values be stored in the registry of Pocket outlook account. Which keys should I be aware of, so i can create the account.
|
| Run an application from evc4 | 17 Jul 2006 04:51 GMT | 3 |
it is possible to run an external CE application from evc4 ? I need, for example to run "regflush.exe" from my evc4 written application. if yes, what is the c++ instruction to do this ? Thank.
|
| access InBox, OutBox under PPC Outlook E-Mail | 17 Jul 2006 02:34 GMT | 2 |
how can I retrieve emails from OutBox and add emails to InBox from my application running on a PDA device? I found out that I can use POOM to work with Contact, Appointment and Tasks etc.
|
| FILE_FLAG_DELETE_ON_CLOSE | 14 Jul 2006 22:51 GMT | 2 |
Is this meant to be unsupported on CE? If I CreateFile(...) with this flag and immediately CloseHandle(...), the file isn't deleted, so I'm sure I'm not leaving some other handle open. I'm using VS2k5 and an HP iPAQ hx2495 (WM5); This is a
|
| commPort | 13 Jul 2006 17:01 GMT | 1 |
How can i get which port is in use at a time? Like, if the user is using bluetooth to transmit data is it possible to get that that port is in use at that moment?? Thx
|
| evc4 export problem | 13 Jul 2006 16:31 GMT | 2 |
I created a wce dynamic dll in evc4 and used dllexport to export a class. Now when I try to use this dll in the main application I get unresolved externals. Using dependency viewer to view the export table, they exported class and the linker error are alike except for a few ...
|
| ARMV4 | 13 Jul 2006 14:10 GMT | 2 |
I have a device with a platform wince 4.2 (ATLAS ARM CPU) and for the development I use the EVC++4.0. If I make the software with the SDKSTANDARD the SW is running without the problems but if I make the SW with ARMV4 the SW not running and on the dislay I read this message "WCE ...
|
| 850422 - __unaligned keyword | 13 Jul 2006 13:50 GMT | 1 |
i need not to use __unaligned keyword and force the Embedded Visual C++ compiler to treat all pointers as unaligned. it's because i'm porting a huge project from PC to ARM and have to make it work and have no time for such a great change in source and debugging.
|
| cfont and afxwin.h | 12 Jul 2006 09:21 GMT | 1 |
I'm using wsprintf and DrawText to put messages on the screen. I'm trying to alter the font used to create bigger text. I found the CFont class and the CreateFont object but when ever I declear a CFont I get compiler errors (even if I never use it).
|
| Device drop down only display Pocket PC 2003 | 11 Jul 2006 23:58 GMT | 2 |
I created a MFC Smart Device Application and added all of the supported platforms during the project creation wizard. However, the toolbar only lists devices for Pocket PC 2003 in the drop down. How do I get it to display Windows Mobile 5 devices so I can test with the emulator for
|
| Sleep | 11 Jul 2006 17:12 GMT | 5 |
I use the Sleep function for attend the finish operation of the GSM/GPRS module, but I don't want to use the Sleep function because block the CPU. Which function I can to use for this operation? Thanks, Miky
|
| How can I handle the smart minimize button on CE 5.0 | 11 Jul 2006 13:44 GMT | 2 |
I'm using the CE 5.0 On iPAQ. I have to do some act when the user has clicked X button. I have read the Smart Minimize button article by vassili Philippov. And followed that.
|
| How do I create a dialog based with a web control in pocket PC ? | 11 Jul 2006 07:56 GMT | 1 |
How do I create a dialog based application which hosts a web control in pocket PC ? I create a project by VC++2005 [New project] -> [Smart Device] ->[MFC smart device application]
|
| Save JPEG in WinCE4.2 using VC++ | 10 Jul 2006 20:24 GMT | 1 |
I want to save a bitmap (RGB raw data) as JPEG in WinCE 4.2 platform, which standard API we can use? I know how to read JPEG (by imgdecmp), how cannot find solution for encode bitmap to JPEG.
|