| Thread | Last Post | Replies |
|
| Need to use a keypad | 20 Jun 2005 08:28 GMT | 5 |
I have develop an application that works like a badge reader. a person select the user in a listbox whith arrows and then press enter, a textbox appear and then he have to enter the numeric password.
|
| Missing application icon | 19 Jun 2005 18:54 GMT | 1 |
I have written an eVC 4 application using MFC. The application runs on an HPC with WinCE 4.2, 16bit colors display. The application has in its resource an icon with ID 128 (IDR_MAINFRAME).
|
| Newbie: How to write a double to a file as 8 bytes | 18 Jun 2005 15:09 GMT | 4 |
I'm trying to work out how to write a double value to a file as 8 bytes. I use eVC++ 4, but don't pretend to be particularly efficient with the syntax. I'm using a CFile object for the file, its Open, Write and Close methods. But I can't see how to provide a double to the Write ...
|
| Finding crashing code... | 18 Jun 2005 14:50 GMT | 5 |
i've good some quite large 3D application running on my X50v and it sometimes crashes. i believe it is inside the OpenGL ES DLL, but i'm not sure. i only get this back for a call stack:
> 80071420() |
| Memory management in WinCE | 18 Jun 2005 14:34 GMT | 1 |
My application runs really slow after 16-20 hours of running and it doesn't seem to be memory leak problem. But I'm suspecting that the repeated new and delete operator caused this problem. Does anyone know a good technical document on how WinCE manage the memory. Thanks.
|
| console app entry point | 17 Jun 2005 18:45 GMT | 3 |
I am trying to print the command line in a simple C++ console application on CE5.0 As it's a simple console app so I removed the: int WINAPI WinMain( HINSTANCE hInstance,
|
| MFC Application in O/S Image | 17 Jun 2005 17:59 GMT | 1 |
I wonder if anyone here has experience with including MFC applications in an O/S image created by platform builder. I have created an MFC application in eVC++. I made a NOTARGET project for platform builder and had the postlink.bat file copy the application to my release ...
|
| Some question about PocketPC using evc (CPU Usage,...) | 16 Jun 2005 22:54 GMT | 1 |
I have some question want to ask (All work on PDA): Q1. Have any method to obtain memory size of each process? Because the GetProcessMemoryInfo doesn't support EVC(eMbedded Visual C++) 4.0.
|
| Cannot create a project | 16 Jun 2005 20:21 GMT | 1 |
I have embedded C++ 4.0 installed with the latest for CE and pocket pc but when I create a new project it will not compile. The error I get is that the include files like "afxres.h" that are #included in the stdafx.h and stdafx.cpp files (that were generated by embedded) cannot ...
|
| Reload REGISTRY | 16 Jun 2005 18:29 GMT | 2 |
It is possible reloading in runtime mode the registry setting????? Thanks......
|
| Problem with serial communication | 16 Jun 2005 18:06 GMT | 2 |
I'm developing a software that uses COM port for communication. When I try to send one char to another PC's Hyper Terminal I can see that the char is not what I did send. Hyper terminal prints symbols that are not ascii chars at all! I'm using evc++ 4.0 and StandardSDK_500 ...
|
| SDK for xscale? | 16 Jun 2005 15:19 GMT | 1 |
I used WinCE410_HUW_MAXALL_SDK_1.0 under eVC4 SP2 in order to build application for StrongARM handle device; Now I installed eVC4 SP4. Is it any new SDK around which allow to build application for XScale(StrongARM) for CE5?
|
| Advanced WinINet - Please HELP! | 15 Jun 2005 14:36 GMT | 4 |
hello dear ce coders, im having some troubles with win ce .net 4.2 internet services. mainly three problems occur again and again: 1) 'random' dhcp error when using wlan
|
| Problem using IP helper API | 15 Jun 2005 01:49 GMT | 2 |
I wish to be able to get the mac adress of the device that my program is running on. I intend to do this by using the following basic call and the getting the info out of the returned adapter info structure.
|
| CMap Linker error when built for ARMV4I | 14 Jun 2005 21:57 GMT | 2 |
I am having problems linking an application that has the following line: CMap<CString, LPCTSTR, long, long& > myMap; To isolate the problem I created a new MFC dialog based application and added the above line (and included <afxtempl.h>. The application will
|