| Thread | Last Post | Replies |
|
| why vs2005 compiled size smaller than ev4 | 07 Jan 2006 09:40 GMT | 1 |
Compared with ev4 compiled exe, vs 2005 reduced about 102K and the previous size is 1.13M. Why? I use the Pocket PC 2003 ARMV4 with vs2005 and PPC 2003 SDK with EV4.
|
| Any good tool can reduce exe size like Win32 ? | 07 Jan 2006 09:28 GMT | 1 |
Any one had the experience of reducing the size of exe deriving from PPC2003 SDK. I know the VS2005 does can produce smaller exe. Here, I just need a tool can reduce the size not rebuilding.
|
| Backwards compatibilty for Mobile 2005 | 07 Jan 2006 09:25 GMT | 3 |
Can an application developed using 2003 sdk run in a Mobile 2005 environment? Thanks
|
| Porting from PocketPC to Smartphone | 07 Jan 2006 06:46 GMT | 1 |
I've been writing program for PocketPC and now I need to run it on the Smartphone. I recompiled all modules for "Smartphone 2003" target without any problems (tool - EVC 4.0), but when I started debug my program I found some strange errors...
|
| How to know activesync status?? | 06 Jan 2006 02:44 GMT | 3 |
Does any API can know if ActiveSync is on or off on Magneto. I wnat to implement a program that need to know whether the ActiveSync is started or not. Please tell me if you know about that.
|
| How to debugging TCP/IP based program in emulator? | 05 Jan 2006 12:52 GMT | 2 |
I'm trying to develop a UDP based program for pocket pc 2003 se. Currently the device with WIFI interface is not ready, so I have to debug it in emulator. My problem is: it's OK for my program to send packets out from emulator to my desktop PC's network interface, but it seems ...
|
| Connection Manager API - ConnMgrMapUrl() | 05 Jan 2006 02:19 GMT | 1 |
Dear List, I have been working with the Connection Manager API. There is a function in there called ConnMgrMapURL - It takes a URL and maps it to a unique GUID - HRESULT WINAPI ConnMgrMapURL(
|
| Query on Smart Phone | 04 Jan 2006 19:37 GMT | 1 |
I am trying to debug a smart device application in Smart Phone emulator in PC. When the application tries to access a Web Service, I am getting the following error: The remote server returned an error: 401 Unauthorized
|
| mpx220 | 04 Jan 2006 19:04 GMT | 1 |
I use the following code segment to start the camera app on MPX220 and try to get handle to the app. -------------------------------------------------------------------------- _camera = Process.Start(path);
|
| Automabic launch an application after install | 03 Jan 2006 16:56 GMT | 2 |
Does anybody know how to launch automatically an application after an installation using a cab file ? Is it possible ? Thanks
|
| direct show and direct access to image buffer | 03 Jan 2006 00:30 GMT | 11 |
I am trying to use the HTC-Universal's Camera and to process the images outside the directshow chain, I dont need to capture or display anything... I tried unsuccessfully to change the CameraCapture sample provided w/
|