| Thread | Last Post | Replies |
|
| To use ADO in EVC4, do I have to install something to support it? | 09 Aug 2005 20:18 GMT | 2 |
hi, all We have an EVC project and we are trying to use database on PDA. I got a great class set about ADO on EVC from codeproject, but I can not run the example. So I am wondering , my handheld WM2003 SE does not have an embedded
|
| redistribution | 09 Aug 2005 18:01 GMT | 2 |
i have created an application for pocket pc2003 in embedded vc. i would like to make installable of that application. Is thr any Install shield for embedded vc like vc. please any one help!
|
| MFC application - strategic question. | 09 Aug 2005 17:04 GMT | 7 |
While starting a new MFC application in eVC++ 3.0, what would you tend to choose? - WCE MFC AppWizard (exe), or - WCE Pocket PC 2002 MFC AppWizard (exe)?
|
| monitoring of messages | 09 Aug 2005 14:58 GMT | 4 |
Our application (native application - evc++) runs in the background(in the device). We want to monitor the messages(specifically WM_PAINT) delivered to the current active application. In PC environment it is possible through the function call
|
| Copy file from PC to PDA..... | 09 Aug 2005 14:47 GMT | 1 |
Which function can I use for copy files from PC to PDA???? CeCopyFile is failed..... Thanks
|
| Flash(ActiveX) in combination with C/C++ mobile platform... | 08 Aug 2005 23:04 GMT | 3 |
Hello~:) I am a student to live in korea. Please, I hope that you reply for my question. I finished a design for Flash(ActiveX) in combination with C/C++ platform,
|
| Looking for tutorials about Today Items | 08 Aug 2005 19:53 GMT | 2 |
I would wery much like to write an own today item (plugin DLL). I am using eVC 3. Hence I'd apreciate if you could give me some links to a step-by-step tutorial that covers the entire process on an example plugin. Thanks in advance.
|
| SaveDC() RestoreDC() | 08 Aug 2005 18:15 GMT | 9 |
Can i use save and restore DC in any order: int a = SaveDC( hdc1 ); int b = SaveDC( hdc2 ); int c = SaveDC( hdc3 );
|
| CTLCOLOR_DLG missing for a reason? | 08 Aug 2005 15:07 GMT | 1 |
I've noticed recently that there's a discrepancy between winuser.h for the desktop version of MFC (as of VS.NET 2003 anyway) and the same file for MFC for WinCE. Namely, in winuser.h where the #defines to be used with OnCtlColor for dialogs are listed. The line "#define ...
|
| Wicked MFC hangs | 08 Aug 2005 13:25 GMT | 1 |
I would appreciate if anyone here can give me ideas on how to resolve following problem: I have an MFC based tester app that runs from a SD Card. This was created using WinCE MFC exe wizard. I override the WindowProc of CMainFrame class and
|
| pragma message | 08 Aug 2005 09:49 GMT | 4 |
Just trying to get a handle on porting some libs to CE I woudl like to be able to have #pragma message print out compiler directives like _MSC_VER or UNDER_CE or (would be best) be able to dump any of those constants or settings when invoking the compiler, just to check and debug ...
|
| multi-thread and findwindow | 08 Aug 2005 07:45 GMT | 1 |
I have a Doc/view application in evc++ 4. For changing formview, CSVMainFrame is used. selectnextview command is used in the Doc file. I'm using findwindow,which is described in csvmainframe, to find the activewindow. And then selectnextview is running.Such as:
|
| access a HID device from WinCE | 08 Aug 2005 07:06 GMT | 4 |
(repost from device group because no answer there) I have a HID device (low-speed generic HID two top level collections) which smoothly runs under all Windows versions from 98 to XP. For easier access i have written a DLL which enumerates the device via
|
| Missing file atlcewin.h when compiling Flite in eVC++ 4 | 06 Aug 2005 15:44 GMT | 1 |
I am new to embedded development but need to compile the Flite text to speech engine for Pocket PC (for an XScale device). The eVC project I am trying to compile is here (at the bottom of the page): http://www.viksoe.dk/code/flite.htm
|
| Pocket PC 2005 SDK.... | 05 Aug 2005 04:04 GMT | 3 |
Hi, Does Pocket PC 2005 SDK has been released? If so where we can download the same ? Thanks in Advance,
|