| Thread | Last Post | Replies |
|
| EVC4 and Visual studio 2003 | 09 Nov 2005 09:00 GMT | 2 |
Can the two developer tools run on the same machine? Thanks, Chri.
|
| ERROR_BAD_EXE_FORMAT error code reported after LoadLibrary fails | 09 Nov 2005 01:43 GMT | 3 |
I am writing an application that has an exe and a few dlls written in C++ using Platform Builder for CE5.0. The exe has a header file that declares a struct and a function exported as follows...
|
| DirectDraw vs GDI | 08 Nov 2005 23:47 GMT | 2 |
I am writing an application with eVC++ 4.2 that does a lot of graphics drawing. I'm currently using the GDI and the results are good but I would like to improve the frame rate if possible. I'm developing on a PXA255 board and currently DirectDraw is not implemented
|
| Problem with KernelIoControl | 08 Nov 2005 22:11 GMT | 5 |
The function "KernelIoControl" doesn't works on IPAQhx4700! Have anyone some idea to get the ID of this device? Thans, Chri.
|
| error LNK2019: | 08 Nov 2005 21:25 GMT | 9 |
In MSDN - Sample Serial Port Driver Microsoft Windows CE 3.00: * GetSerialObject now receives the DeviceArrayIndex as a parameter and returns a pointer to the appropriate HWObj, which is useful when one MDD is shared by several PDDs. With this new model, HWObj elements can easily ...
|
| WinCE equivalent to WM_TIMECHANGED | 08 Nov 2005 18:48 GMT | 6 |
Is there a Windows Mobile 2003 equivalent to a time changed event? I could create a thread and after sleeping for "x" seconds make sure that the time is roughly "x" seconds later, but I would prefer a cleaner way. Are there any?
|
| simple ReadFile problem? | 08 Nov 2005 16:01 GMT | 3 |
I'm new to C++ / eVC programming so I ran into trouble with reading contents of own created file. Here's the code: own header file: #define FNAME _T("settings.ini")
|
| How to scan content of the window? | 08 Nov 2005 15:50 GMT | 1 |
I'm trying to make a small program, which will block the wifi. So when user will try to turn wifi on, he will be informed that he is not allowed to use wifi and wifi control window will be blocked. Problem is that this window has the same Title and the same Class as
|
| FindFirstFlashCard | 08 Nov 2005 08:01 GMT | 2 |
Could someone tell me which is the function FindFirstFlashCard (that's PPC2003 specific) for "Windows CE .NET 4.20"? I'm porting my PPC2003 application to WCE 4.20.. Mhaxx
|
| Unable to display Help | 08 Nov 2005 03:37 GMT | 1 |
I installed Microsoft eMbedded Visual Tools with the eMbedded Visual C++ 4.0 already installed. Now I cannot display the help on eVC++ 4.0. I have to open eVC++ 3.0 to be see the help.
|
| Owner Drawn Button | 07 Nov 2005 23:30 GMT | 5 |
Using MCF eVC4 on WinCE4.2 I have been testing using some CBitmapButtons on place of some of my CButtons. I have a couple of questions if someone could direct me I would be greatful.
|
| Using the interval timers of the PXA255 to produce high speed interrupts | 07 Nov 2005 12:27 GMT | 6 |
I would like to use one of the internal (or interval) timers of the PXA255 to generate a 1khz (or higher) interrupt that would run one routine of mine that would do some IOs handling and control. [FYI: That routine would also "share" memory with a GUI application that
|
| VS 2005 and exception | 05 Nov 2005 17:38 GMT | 1 |
Does visual studio 2005 allow for exception support on PPC 2003/WM 5 devices? Thanks
|
| how to move menu in WinCE 4.2 .NET PDC | 04 Nov 2005 21:01 GMT | 1 |
using eVC++ 4.0, my program hides the task bar so that it takes over the entire screen. How I'd like to move the menu from the top to the bottom, like in PocketPC 2002. It this possible? Thanks
|
| Deployment project | 04 Nov 2005 21:01 GMT | 1 |
I have written my program and I now want to an installation wizard so I can install it onto other PDAs. How can i do this in evc++ 4.0?
|