| Thread | Last Post | Replies |
|
| Swprintf printing weird with hexadecimal | 30 Jun 2005 23:37 GMT | 1 |
PDA: Ipaq 2410 (Windows Mobile 2003) IDE: EVC 4.2 I have this massive line of code: swprintf(tmpString, _T("Block 1: %4.4i\r\n%2.2X %2.2X %2.2X %2.2X %2.2X
|
| AFXTEMPL.H, DLL link error | 30 Jun 2005 20:43 GMT | 5 |
hi,all I have created a Simple DLL project using Evc4.0++ when I add a .cpp .H file(original for PocketPC EXE)(attached below) and Link, I get Link error:
|
| list box | 30 Jun 2005 02:28 GMT | 3 |
I want to know how to creat a list box placed in a normal window with API! Is there someone know that?? can help me ? thanks very much!
|
| embedded VC++ 4.0 installation problem | 29 Jun 2005 14:14 GMT | 5 |
I installed embedded VC++ 4.0 and after installation, I get the message Virtual PC/Windows CE Emulator A driver is installed that causes stability problems with your system. This driver will be disabled. Please contact the driver manufacturer for an update
|
| hang up GPRS connection | 29 Jun 2005 09:49 GMT | 3 |
i'm using Connection Manager api to rise gprs connection on my pda with windows mobile 2003 phone edition. I can successfully bring connection up but now i have to force gprs to hang up.
|
| eVC4 disappears | 28 Jun 2005 19:15 GMT | 1 |
I'm having trouble with the IDE itself in that it disappears completely at random. I could be scrolling down or typing something and then the program closes in a blink. I am running on Windows XP SP2. Any ideas what causes this as it is happening very frequently.
|
| Pocket PC IE configuration | 28 Jun 2005 09:38 GMT | 1 |
The help of my application (an embedded Visual C++ 4.0 one) is made of html files that are displayed by mean of Pocket PC Internet Explorer. I would like to know: 1) Is possible to tell to Pocket PC Internet Explorer to look for the html
|
| Merge win32 & MFC in a unique application | 27 Jun 2005 16:10 GMT | 1 |
I have developed a win32 application and one colleague of mine has developed another one using MFC. We want to make a single one application joining these two applications (more or less). My question is: is it possible to merge these two codes in a single one? and if it
|
| eVC++ 4.0 : problem using 'step into' in debug phase | 27 Jun 2005 08:49 GMT | 5 |
I've a problem when I'm debugging my application step by step. The breakpoints works well: they break my program and I can debug using step by step but the 'Step Into' don't work, so I cannot enter into method or function called.
|
| Have any functions like the SetWindowsHookEx() in EM VC++4.0? | 24 Jun 2005 19:21 GMT | 8 |
I want to install a hook procedure to monitor the system for certain types of events. Have any funtions or methods to implement it? Andy
|
| Help system crashes with too many SDKs installed | 24 Jun 2005 11:48 GMT | 2 |
I am using EVC 4 and have a strange problem: If I have 20 or more SDKs installed on my computer and I call the help-system, the embedded Studio crashes and closes immediately. Windows asks to send the problem report - thats all. Not very nice.
|
| Mouse Event WM_MOUSEWHEEL is undeclared | 24 Jun 2005 09:43 GMT | 2 |
I'm trying to manage the mouse events in my MFC windows application. Using the WM_MOUSEWHEEL event, the compiler returns this error code: "error C2065: 'ON_WM_MOUSEWHEEL' : undeclared identifier". Thanks a lot
|
| Dropdown list of Combo box | 24 Jun 2005 09:27 GMT | 4 |
Hi, is there a way to resize the dropdown list of a combo box? I need to create a combo box dynamically and the dropdown list is created with the size I use to create the CComboBox. But if I increase the height of the combo box it won't have the size I need it to have.
|
| Fingerprints | 24 Jun 2005 07:51 GMT | 5 |
Did someone have already used some fingerprints reader connected to win CE 4.2 ?. I need to read the fingerprints for gain access to our software. There are a lot of models and some suggestion will be appreciate.
|
| Problem getting 640x480 app to show up properly on iPAQ hx4700 | 24 Jun 2005 04:20 GMT | 1 |
I have an iPAQ hx4700 that supports VGA, yet when I run my VGA app on it I can still only see the upper left quadrant of the screen as if the display is still running in QVGA mode. The app is using MFC for drawing dialogs, etc. Is there an API I must
|