| Thread | Last Post | Replies |
|
| Choose between EVC++ and C# | 31 Aug 2006 20:57 GMT | 1 |
I have to develop a new project for PPC2003 or WM5.0 . I have to choose between C# and EVC++ Can any budy guide me "what all the parameter i need to consider to decide a development platform"...
|
| Editor sounds? | 31 Aug 2006 19:54 GMT | 1 |
How do I change the default sounds in the eVC editor specifically the sound that is played after a succesfull build and the sound played after a non-succesfull build? Thanks
|
| Crash on exit | 31 Aug 2006 09:24 GMT | 1 |
I have an app that I inherited several years ago. It is an MFC single document app compiled in eVC++ 4.0 and runs in PPC 2003. Which works... mostly. The problem is that the app has always crashed on exit, most often taking
|
| Background application hangs when pocket pc is in standby. | 30 Aug 2006 16:44 GMT | 10 |
I’m developing an application targeting Pocket PC Phone edition 2003/WM5, this application has a daemon process that is responsible for check an operations schedule table in order to start those operations at a defined date. When the device goes to standby my daemon application ...
|
| How to launch a exe file in SD card? | 30 Aug 2006 14:23 GMT | 3 |
Hi everyone.I want to write a programme to launch a exe file in SD Card and add it to my customizing shell.First how can i find exe file in SD card without stardshell and how to launch it.Second hwo to add it to my shell.Is there simple API to deal with this case?
|
| ActiveX Control method access | 30 Aug 2006 00:11 GMT | 1 |
I have built an ATL based Full ActiveX control using eVC4.0. I have Windows CE.NET 4.2 installed on my system. The issue is that if I host this ActiveX control inside an MFC based application, I can call its methods and properties; however, when I
|
| How to implement thumbnail view of files in evc4.0 | 29 Aug 2006 19:29 GMT | 5 |
Hi Group, Kindly let me know the MFC API's required to implement displaying thumbnail view of files (as displayed in windows folders ) in evc4.0. For example when i open a particular location all its contents ( including
|
| Linker Error when using std::map | 29 Aug 2006 18:28 GMT | 1 |
apologies in advance for my bad english... I'm using eVC++ 4 for developing an WinCE 5.0-Application with the "PicoMod"-Core. In this Application, I want to use std::map like this: typedef map<const char*, someobject*, comp_func> mymap;
|
| Thread ID to handle | 28 Aug 2006 16:58 GMT | 5 |
If I already get an ID of a thread,then how can I get the handle of this thread from its ID? (WinCE system) Thanks.
|
| seriously bloated EVC project file (22 MBytes!) | 28 Aug 2006 06:05 GMT | 2 |
We have a large EVC 4.0 project (for a WinCE 4.2 target, so please don't suggest moving it to VS2005, 'cos the OS won't be ported to CE 5.0 any time soon), which contains just under 1000 source (.cpp/.h) files. The result is a project file (*.vcp) for EVC which is over 22 MBytes ...
|
| newbie problem:why virtual memory is always less then phisical memory | 27 Aug 2006 21:01 GMT | 2 |
i am shame to ask a question: when i debug program in wince 50,i use GlobalMemoryStatus to get memory status and size, i find avail virtual memory is always less than avial phisical
|
| DirectX SDK samples execution problems (ITA - ENG) | 26 Aug 2006 13:30 GMT | 5 |
I've installed WinCE 5.0 Platform Builder with SDK, then I created a custom machine including all the HW and SW components of the wizard, but when I try to run DirectX (especially DirectDraw and Direct3D) samples, I see that a window is opened (in WinCE emulator) but immediately
|
| lpCmdLine argv | 25 Aug 2006 16:22 GMT | 2 |
Does anyone have some code to convert between the lpCmdLine parameter to argc / argv. Thx
|
| Poom Api memory problem | 25 Aug 2006 13:34 GMT | 1 |
I'm working on project which used the poom api in order to back up the contacts, tasks and appointments on a pocket pc wince 5.0. My program works, but there's some problem with the Poom api. Indeed, during my tests, I've worked with big Contacts (I mean contacts
|
| gethostbyname problem | 25 Aug 2006 12:43 GMT | 6 |
I am trying to resolve the DNS to get the IP using IP helper API gethostbyname with EVC++ and WM 5.0. The code is as follows: hostent *hp = NULL; struct in_addr srv_addr;
|