| Thread | Last Post | Replies |
|
| Problem with char at Zlib | 31 Jan 2006 22:52 GMT | 4 |
I have a new problem when use the Zlib, to compact a file, at the example has a method: void file_compress(char file[], char *mode);, the parameter file[] that receive the name o the file that will be created, but the problem
|
| Change to Static IP Address on the fly | 31 Jan 2006 20:33 GMT | 5 |
I am writing an embedded MFC app using eVC++ 4.0. It is dialog based although the Dialog doesn't show. I need to do the following each time my program runs: Set the computer to use a Static IP address
|
| ActiveX in PIE | 31 Jan 2006 16:20 GMT | 1 |
I've searched the archives and found the various posts about needing IObjectSafety, but I've yet to get an MFC based ActiveX control to load from a page in Pocket Internet Explorer in windows CE. I started out with Windows CE .NET (CE 4.1). I found that my control's
|
| Using language DLLs for strings ONLY | 31 Jan 2006 09:44 GMT | 1 |
I've created a per-language DLL with some string resources and when my app loads I'm trying to load the module and get the string resources from there instead. The test code that does it is simply:
|
| 1ms fast and accurate timer | 27 Jan 2006 22:24 GMT | 11 |
I am using the SetTimer function within the MainWndProc to create 1 ms timer. SetTimer (hWnd, ID, 1, NULL); The timer needs to be as accurate as possible without slowing down the
|
| Short(er) Enums | 27 Jan 2006 22:12 GMT | 4 |
I'm trying to reduce the size of some data structures that have gotten out of hand. EVC seems to assume that every enum is an int, which is grossly wasteful on my platform. I believe GCC has an -fshort-enums flag that sets the enumerated type
|
| CreateFile pathname | 27 Jan 2006 19:46 GMT | 4 |
I am trying to build a path name for a file to be opened. But CreateFile does not accept a string as a filename, so this does not work: char pathname2[128];
|
| Doubt about diference of char parameter and char direct at the method | 27 Jan 2006 15:40 GMT | 4 |
I make tests and have a strange problem, I have a: char *arrayArquivo[1]; I put the value at this char at the parameter: methodX("testCparameter");
|
| CEMON pkg is not loaded properly. | 27 Jan 2006 11:46 GMT | 1 |
Hi, all I'm using eVC++4 and WinCE500. I want to trace a code step by step in eVC++. But, I received an error message as follows.
|
| Audio Volume Setup | 27 Jan 2006 08:11 GMT | 3 |
I'm using WinCE.net BSP 4.2/eVC++/PXA255. How to define, before create my WinCE image, the value of the Audio Volume (L-R Line Out). I want to setup the Audio Volume to Maximum. Best Regards
|
| Memory dropping in wince4.2 | 27 Jan 2006 07:18 GMT | 2 |
I am developing in Microsoft eMbedded Visual C++ 4.0 for a wince4.2 platform running ARM9 processor. The application is a dialog based application with many bitmap resources. To get the amount of free storage and physical memory I am using the
|
| How to position application at launch | 26 Jan 2006 10:05 GMT | 3 |
I have a following problem. I need to launch an application (for example WordPad or IE) from my own application. I also need to set the position (the coodinates where application should open) and size too. Is it possible to control another application like this? I use ...
|
| Problem with Mobile 5 and DB | 25 Jan 2006 21:09 GMT | 1 |
In everything that I have read applications written for PPC 2003 and 2nd edition are supposed to run on 5.0. Are there any known caveats? The reason that I ask is that I have an application that is written in C++ that so far works with all previous version of the OS except the ...
|
| Multicast and winCE | 25 Jan 2006 06:56 GMT | 2 |
I have written a multicast client application for PC and for winCE device. These applications are deployed on a PC and a CE device respectively connected to the network by the same switch. The Server application is deployed on the same switch on a PC. The
|
| MessageBox not modal for Dialog based apps? | 25 Jan 2006 04:42 GMT | 1 |
I have a dialog based application that is developed with the WTL framework. As many know, WTL is just an OO wrapper around Win32 APIs. Within this application when a message box is displayed, it is not displayed as a modal dialog. I was under the impression the default
|