| Thread | Last Post | Replies |
|
| Platform manager is disabled by Windows XP | 08 May 2006 23:12 GMT | 1 |
While installing embedded Visual C++ 4.0, Platform Manager is installed. After installing Platform Manager, the following message is displayed: 'Virtual PC/Windows CE emulator will make Windows unstable. Windows CE emulator has been disabled'.
|
| WCELOAD.EXE | 08 May 2006 23:04 GMT | 6 |
Im installing cab files using CreateProcess with /noui flag Syntax: CString dFinalPath = "/noaskdest /noui /delete 0 " + dFilePath; CreateProcess(TEXT("\\Windows\\wceload.exe"),dFinalPath,NULL, NULL,
|
| what is LPHWAVEOUT??? | 08 May 2006 22:54 GMT | 8 |
It seems that LPHWAVEOUT is a handle to waveout but what are the handles i can use when programming for smartphone 2003 I mean I want: LPHWAVEOUT hwo=_____________;
|
| EVC4 - workspace window won't load | 08 May 2006 22:32 GMT | 1 |
EVC4 + SP4: Hopefully someone can help... The workspace window is staying empty (blank) when a project is loaded. I have had EVC4 installed and working just fine for 2+ years on this
|
| Urgent: how to prevent the device automatic switch off. | 08 May 2006 14:04 GMT | 2 |
I am using CeRunAppAtTime () API to launch an application on a specified interval. This application when launched by system (irrespective of device is switched on or off) sends a privtae message to other application and closes itself. On recieve of the private
|
| Pocket PC Soft Reset | 08 May 2006 11:23 GMT | 8 |
I want to soft reset my device programmatically, the API differs for each and every Pocket PC OS if(mDeviceVersion == POCKETPC_2005) {
|
| Scrambled graphics with nested buffered components at custom GUI | 08 May 2006 09:58 GMT | 1 |
I have implemented a custom GUI library with buffered components. I used EvC 4.0 (SP4) and this library did work very well, while compiled for a WinCE 4.2 system. After an Upgrade to WinCE 5.0, the component's graphics get randomly scrambled and sometimes
|
| How do i get a windows folder?? | 08 May 2006 09:44 GMT | 1 |
I have installed Embedded visual C++ and its service pack4, Active Sync 3.8 and smartphone sdk 2003 and WTL 7.1 I studied that there will be some thing called windows and root folders and start menu etc., but i didnt find any.
|
| A better GetPixel | 07 May 2006 04:02 GMT | 2 |
I need to know the pixel colors of some regions on my screen. I did use GetDC with a GetPixel loop... but it is ugly and not performant. Is there a better way to retreive video memory, such as GetDIBits on Win32? I did try to blit in a bitmap then use a DIB Section without success.
|
| menu window | 06 May 2006 11:31 GMT | 5 |
Hello, All! I use CMenu that i call with TrackPopupMenu() function. How can I get the window of hte menu? Thank you in advance.
|
| Increasing the Buffer Size In Serial Driver | 05 May 2006 23:47 GMT | 4 |
I am writhing an application in which i have to receive data from serial port.As i am doing some float calculation and other thing with that it is taking some time to read from internal serial buffer by that time data is over written in the internal serial buffer so when i ...
|
| Starting Embedded Visual C++ | 05 May 2006 21:22 GMT | 5 |
I am trying to develope a simple application for Windows CE 4.1.net. I have designed the UI in EVC++ but would like more information on how to go about in programming the back end for the application. I would like some help in identifyiing some sites or resources that I
|
| Debugging v4.10 executables on a v5.00 CE OS | 05 May 2006 20:01 GMT | 2 |
I have EVC v4.0 SP4 installed and working fine (mostly). Several years ago we made a custom CE box that uses CE v4.10 and have created the v4.10 Platform SDK for it and had created several hundred applications with the v4.10 workspaces.
|
| CPUs plaform greyed | 05 May 2006 18:59 GMT | 1 |
Hi; I'm just intalled ECV4+ECV SP4 and Microsoft Pocket PC 2003 SDK . When i would like to create a new project, i couldn't choise CPUs platform (it's greyed).
|
| Two network work concurrently | 05 May 2006 16:52 GMT | 1 |
I work on Mobile 5.0 platform. Now I have two network cards at the same time. One is Wifi, the other is dvb-h card which is as the ethernet card. How to play rightly with the two network card at the same time?!
|