| Thread | Last Post | Replies |
|
| how to Auto-activate ActiveSync? | 18 Sep 2007 15:42 GMT | 1 |
I have ActiveSync 4.0. I want to make ActiveSync work automatically every short time period, let's say 5 seconds. How can this be done?
|
| Calling server with servername instead of IP | 18 Sep 2007 07:38 GMT | 2 |
What do I need to set in my pocketpc to be able to make a call using http://<servername> instead of http://<ip-number>? It would be nice if it could be done from managed code ;-) Thanks in advance,
|
| using main() instead of WinMain() | 17 Sep 2007 21:46 GMT | 2 |
I was wondering if Windows Mobile recognizes the main() function. I was trying to allow some converted projects to continue using there main() entry point so I was trying to allow Windows Mobile 6 to do this by writing a function as:
|
| Cabwiz & Extended Characters | 17 Sep 2007 20:45 GMT | 2 |
Ok so I am pretty new to file encodings but I am having trouble with Cabwiz creating cabs with filenames using special characters in the INF file. So as I understand it you save the file as UTF-8 and internally by a design flaw Cabwiz converts Unicode to ANSI. So this limits you ...
|
| Windows Mobile 5.0 Soft Keys Menu | 17 Sep 2007 20:45 GMT | 2 |
I've attached normal menus to use with the soft keys on my device (using SHCreateMenuBar() and a menu resource), but am having trouble finding information on how to use two buttons for the left and right softkeys (displays at bottom of screen).
|
| Debug kernel/driver code while Wi-Fi is active on commercial devic | 17 Sep 2007 20:25 GMT | 13 |
I'm trying to debug some kernel/driver code while Wi-Fi is active on a commercial device. The device is specifically a Treo 700w. Typically, I would use PB CE 5.0 to build an OS that is similar to the target device so that I could then target the ARM emulator (downloaded for CE
|
| Sample FM radio application in WM 5.0 | 17 Sep 2007 16:31 GMT | 6 |
Is there any sample application for FM Radio in WM 5.0? Thanks, Prabu
|
| Deploy CAB to about 200 PocketPC | 17 Sep 2007 16:20 GMT | 3 |
i have to deploy CAB file (sql mobile and .net framework) to about 200 PocketPC. Are there a software / tool to deploy automaticaly installation file on all pocketPC?
|
| Hardware-dependent ArgumentOutOfRangeException?! | 17 Sep 2007 16:06 GMT | 1 |
Hi all, I'm now developing a dictionary program that reads data from different pre-defined dictionary files. I've tested the program on the emulator and my machine with different situations, it worked perfectly. However, as I tested my program on my friend's HP iPAQ rx1950 for ...
|
| Two instances of emulators starting in Visual Studio 2005 | 17 Sep 2007 15:01 GMT | 1 |
I am having a problem where two instances of the emulator starts up each time I go into debug with my projects. I originally started the project debug with Windows Mobile 6 Classic Emulator then when in and added the Windows Mobile 6 Professional Emulator to the project to do
|
| WM6 image | 17 Sep 2007 15:00 GMT | 2 |
Hi, I have an experimental hardware device I'd like to install Windows Mobile 6 on. My question is, where/how do I get the WM6 image/binaries, and what sort of license I need to use the image for development purposes? What's the difference between Windows CE 6.0 and WM6? Links to ...
|
| signing code | 17 Sep 2007 13:43 GMT | 4 |
Is it possible to sign windows mobile apps and cabs with OpenSSL tools? Or is file layout different (specific to PE?) for WM signatures? Lisa
|
| Error 14 (Not enough storage) when loading DLL | 17 Sep 2007 10:12 GMT | 1 |
Sometimes when I try to perform LoadLibrary() I get this error. Not always, but often - after my proc works on it for some time. But there is lot of free storage on the device (hp4700, WindowsMobile 2003 SE). What can cause this error?
|
| New to PocketPC development | 14 Sep 2007 10:12 GMT | 5 |
Was wondering if I can develop full apps for pocketpc 2005 using embedded vc++4 and the sdks provided free by microsoft. does that give an emulator and all the tools needed for cross compilation and development.
|
| memory management of CeRapiInvoke | 14 Sep 2007 02:16 GMT | 2 |
we know the declaration of CeRapiInvoke is : HRESULT CeRapiInvoke(LPCWSTR pDllPath, LPCWSTR pFunctionName, DWORD cbInput, BYTE *pInput, DWORD *pcbOutput, BYTE **ppOutput, IRAPIStream **ppIRAPIStream,
|