| Thread | Last Post | Replies |
|
| New installation of eMvc 4 | 18 Nov 2005 17:22 GMT | 1 |
Just installed eMvc 4 and tried compiling my first project. This is the error I get: --------------------Configuration: myapp - Win32 (WCE emulator) Debug--------------------
|
| eVC 4 Win CE 4.2 Device in Regestry | 17 Nov 2005 05:50 GMT | 5 |
I would like to find out how correctly to register/activate stream device drever. eVC 4.0 Win CE 4.2 The active status should be in HKEY_LOCAL_MACHINE\Drivers\Active be shown
|
| Property databases | 16 Nov 2005 21:40 GMT | 2 |
Are the property databases api being deprecated (CeCreateDatabase, CeOpenDatabaseEx, etc)? What are the limitations on a database (size of record, # records, etc)? I'm targeting vs2005/wm 5
|
| CString to Int or Int to CString | 16 Nov 2005 08:21 GMT | 1 |
How to a CString to a Int ? CString str("123"); int i; i = xxx(str) ?
|
| Need help with EVC and UTF 8 | 14 Nov 2005 14:52 GMT | 3 |
I have a problem when I open a UTF- 8 .XML file. The file is a WAP PROVISIONING XML file. The file contains an XML signature EF BB BF as the first 3 bytes, so I chopped it off
|
| linking ignores #if defined(_WIN32_WCE) | 14 Nov 2005 09:18 GMT | 2 |
I have a class that is common for a eVC4.0 and Visual C++ 2002 project, and in a seperate common directory. When compiling in eVC it seems like the #if defined(_WIN32_WCE) is ignored. I have the following code:
|
| Is it allowed to pass a null pointer instead of a string to DrawText or wcslen? | 12 Nov 2005 21:53 GMT | 6 |
I am not sure what happens if a null pointer is passed to DrawText or wcslen. It is not described in the API description. In DrawText I would like to use the value 1 for nCount ( passing Null terminated String ).
|
| Soft Input Panel z-order | 12 Nov 2005 00:40 GMT | 1 |
It is possible to draw the dialog on top soft input panel???? Thanks..... Miky
|
| Not closed handles - memory leak? | 11 Nov 2005 08:20 GMT | 4 |
just wanted to ask if in this code (just an example): LRESULT CALLBACK dpMainFrame(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp){ LRESULT lResult = TRUE; HWND hwndData = GetDlgItem (hwnd, IDC_PDATA);
|
| Problem with Win32 messages | 10 Nov 2005 18:13 GMT | 4 |
I am working on an application for the Dell Axim using eVC 4.0 and straight C/C++. The Axim connects to an external device that communicates data with the Axim via a serial card. There are several functions that retrieve data from the device but one particular function does not ...
|
| GIS to BMP image | 10 Nov 2005 15:16 GMT | 3 |
How can I convert .gif file to bitmap? This is done by SHLoadImageFile function on Pocket PC 2003, but this isn't available on Windows CE .net 4.20! Mhaxx
|
| How to call an OS command in evc++ code? | 09 Nov 2005 18:17 GMT | 2 |
I want to call an operating system command in evc++ code but I don't know of the command name. I know the equivalent in uinix is 'system'. e.g.
|
| Platform Builder 5.0 directories for include-files | 09 Nov 2005 15:41 GMT | 1 |
As it is possible to establish in Platform Builder 5.0 directories for include-files?
|
| Drop-down list does not drop completely | 09 Nov 2005 15:36 GMT | 7 |
I am populating a drop down list on a dialog box but have a problem with it: the drop down list does not drop completely. The list drops down just a little bit, enough to see the top of the first value. We tried several methods to try to make it expand more but with no effect. ...
|
| Flickering edit boxes | 09 Nov 2005 09:06 GMT | 3 |
First of all I'd like to excuse if this is the wrong newsgroup. I know this is a pretty long post, but please read on. My situation is as follows: I'm writing a simple eVC++ program (simple win32 - no MFC), which is
|