| Thread | Last Post | Replies |
|
| eVC 4 and emulator | 12 Dec 2005 10:03 GMT | 1 |
I am very new with eVC, try to develop application and debug / test under emulator (before I got the actual device). I installed eVC 4, SP2, Windows CE Standard SDK under Windows 2000 server.
|
| Problem closing a password applet | 12 Dec 2005 09:15 GMT | 1 |
I'm am currently working on an password applet (.cpl). I used the example provided by Microsoft and nearly everything is fine. I only have one problem, when the password is validated, I call EndDialog, and ... surprisingly, it doesn't close the window. Instead, my screen goes ...
|
| Porting Issues | 11 Dec 2005 17:52 GMT | 5 |
I am facing following issues while porting the code in evc 1. 'dynamic_cast' used on polymorphic type 'class AB' with /GR-; unpredictable behavior may result – From google it seems that RTTI has tobe turned on. But for eVC, I could not find from where to turn it on. It is not
|
| a trouble about MapX Mobile when i use evc | 11 Dec 2005 06:39 GMT | 1 |
I use MapX Mobile V5.5, Evc4sp4, Microsoft Pocket PC 2003 SDK. When I to do this: 1. Launch the target installer bat file (C:\Program Files\MapInfo\MapX Mobile-5.5\target\x86\TargetInstaller\setup_x86.bat)
|
| sstream | 11 Dec 2005 06:22 GMT | 2 |
I am using embedded vc++ and need to use <ssteam>. However, it does not seem to be available for windows CE on the IPAQ. Does any one have any suggestions? Thanks.
|
| DllMain interfering with global class instantiation? | 09 Dec 2005 20:23 GMT | 4 |
I'm writing a control panel applet, which is to say I'm writing a DLL which is loaded by control.exe, and I'd like to instantiate a class globally. The code looks like this: class MyApplet : public Applet {
|
| Captureing Program Counter in SH4 based system using SEH | 09 Dec 2005 16:55 GMT | 2 |
I am developing an application using eVC++ for a WinCE .Net running on Sh4 processor based system. I am trying to capture the various registers, mainly Program counter (PC) through Structured Exception Handling (SEH) whenever my application crashes. I am trying to do this by ...
|
| Pocket PC 4.20 Backlight | 09 Dec 2005 12:32 GMT | 2 |
Hi, I try to change the brightness of the Pocket PC with the .NET Compact Framework 2.0. But nothing works. Anybody ideas? Thx Thorsten
|
| Active Sync 4.1 is out.. | 08 Dec 2005 20:14 GMT | 1 |
I heard from somebody that activesync 4.1 is out.. So, anybody tried it ? any functionality added ?? ===== Regards,
|
| SHChangeNotifyRegister() does mot work on Smartphone 2003! | 08 Dec 2005 16:08 GMT | 3 |
I want to get notifications about changes in the file system of the smartphone. Here is example of my code: Quote: SHCHANGENOTIFYENTRY Notify;
|
| StoreApi.lib | 08 Dec 2005 15:54 GMT | 6 |
I am using eVC4 and need to use functions from the StoreApi library to accomplish the task I currently have before me. Problem is, this library does not seem to be in the Standard SDK and I am having difficulty finding it online. Can anyone point me in the right direction?
|
| Pointer Assignment Error | 08 Dec 2005 08:05 GMT | 1 |
Hi I am getting the following error while compiling the code on EVC 4.0. _strdup' : cannot convert parameter 1 from 'unsigned short [32]' to 'const char *'
|
| ActiveX control is not visible in Pocket IE | 08 Dec 2005 07:23 GMT | 1 |
I have created ATL full control using eVC4.0. That control is not visible in IE of PocketPC 2003. The control is registered in PocketPc and implemented IObjectSafety also, still the control is not visible in PocketIE.
|
| Problem with Heap32ListFirst | 08 Dec 2005 02:49 GMT | 3 |
Hi I have a PPC device that runs Windows Mobile OS (version 4). I am would like to get the heap information of a process. But when I issue Heap32ListFirst, I get invalid parameter error. I have verified that the parameters are correct.
|
| Load Driver on Windows Mobile 5.0 Pocket PC | 07 Dec 2005 23:53 GMT | 4 |
I have problem to load my driver by calling ActivateDevice() on 5.0 Pocket PC. It was working fine on PPC 2003 and also 5.0 emulator. Do I need to sign this driver? Looks like Pocket PC is one tier device, so all the processes run in trusted mode. Does this mean I don't need
|