| Thread | Last Post | Replies |
|
| LINK : fatal error LNK1104: cannot open file 'MFCCE400.lib' | 09 Apr 2005 18:24 GMT | 1 |
We are porting an eVC 3.0 application to eVC 4.0. Platform we want to target using eVC 4.0 is Pocket PC 2003.For this we have installed standard SDK for PocketPC 2003, SMDK 1.3 and Intermec SDK 4.2. Our target devices has ARMV4 Processors and PocketPC 2003 platform.But on
|
| Problems with emulator on XP | 08 Apr 2005 17:18 GMT | 1 |
I'm running eVC4 w/SP4 and the ppc 2003 SDK on windows XP with service pack 2. When i try to debug an app, I get an error about the virtual pc application driver being unstable and xp wont load it. so I cant debug.
|
| How to get rid of border | 08 Apr 2005 13:51 GMT | 2 |
I need to create a window that is full screen with no taskbar, caption, etc. I've figured out how to hide the taskbar but I can't seem to get rid of the border of the window. It doesn't look like the normal border but more like the 3D shading you get with buttons. In the ...
|
| Broadcast message | 08 Apr 2005 09:06 GMT | 4 |
I need to send a broadcast message on a net with some WinCE 4.2 connected on that and i need to receive it, of course, from each one. Can anybody give me some suggestion or some link where i can found some sample?
|
| CCeCommandBar::InsertMenuBar | 08 Apr 2005 00:30 GMT | 2 |
Friends, I'm experimenting with CCeCommandBar::InsertMenuBar(), which takes a resource ID parameter. I'm hoping for a more dynamic menu built at runtime at various times. It supposedly returns a CMenu*, but I can't get any of
|
| How to determine POCKETPC 2000 / 2002 at runtime? | 07 Apr 2005 20:48 GMT | 6 |
I have to find out the device OS version at runtime I used the following code to figure it out OSVERSIONINFO m_OsVersion; memset(&m_OsVersion,0,sizeof(m_OsVersion));
|
| How to create a soft input panel? | 07 Apr 2005 13:39 GMT | 3 |
rgent! Where I could find an example code for a soft input panel that works in Windows CE? I'm using evc++ 4.0 Thanks!
|
| STL Vector class not supported ? | 07 Apr 2005 08:54 GMT | 4 |
It's look like eVC++ 3.0 doesn't support the STL classes like Vector, LinkedList classes. I need an array or a list, wich contains undefined number of struct type (an int + a string), I need to have a random access to their members value.
|
| Problem "Loading Class Information" in evc++ V4.0 | 07 Apr 2005 03:18 GMT | 1 |
I have downloaded and installed Embedded Visual C++ V4.0. I have also created and installed an SDK for the CE 5.0 system I have produced. Whenever I create a project (or try and load the created project) in EVC++ it says in the lower left corner "Load Class Information" with the ...
|
| Sample code to read smart card reader using Embedded | 06 Apr 2005 22:15 GMT | 1 |
Anybody has sample code to read from a Tactel Blue I410 smart card reader using the compact ipaq pocket pc? I am using embedded Visual C++ Thanks
|
| MFC DLL ---Run MFC program in a CEPC | 06 Apr 2005 21:41 GMT | 1 |
I have problem to run a program (developed in eMbedded VC++4.0) on a CEPC. The followings is what I did: 1. Build a CEPC BSP includes "Applications and Services Development"/MFC. Debug mode. (CE 5.0)
|
| FindFirstFlashCard and autorun | 06 Apr 2005 17:29 GMT | 4 |
I made an autorun.exe file that I put in the 2577 directory of my sd card (IPAQ rx3715). In my autorun, i need to launch another program with ShellExecuteEx function. This program will be in the 2577 folder too.
|
| simulate keystroke 'TAB' failed in PPC | 06 Apr 2005 16:55 GMT | 11 |
Hi, all I met a strange problem when simulating the keyboard input 'TAB'. But i failed to output it in pocket pc. I did a sample to work both on pocketpc2003 and windows2000.
|
| httplite.dll register, LoadLibrary failed, GetLastError returns 7e, ERROR_BAD_EXE_FORMAT | 06 Apr 2005 16:26 GMT | 7 |
hello folks:) I would like to register 'httplite.dll' I use regServCE.exe on my PXA263 to this task. The 'httplite.dll' is in the \\windows directory.
|
| SendKeys in eMbedded VC++ 4.0 | 05 Apr 2005 22:46 GMT | 1 |
How can I send Keystrokes to a window in eVC++? SendKeys is not supported in Windows CE. Thanks
|