| Thread | Last Post | Replies |
|
| Just for the laugh ... | 30 Sep 2007 08:48 GMT | 4 |
Regarding a Deal or No-Deal App I've wrote. http://myweb.tiscali.co.uk/taximania/mygame/mygame.html "Sharona Fleming" <Send to usenet> wrote in message news:b7jdf3dsgrm9tfnb067h26d86o294oej1i@4ax.com...
|
| We want a S/W PPC-based 2D barcode decoder through the camera capture an image to decode 2Dbarcode. | 29 Sep 2007 11:03 GMT | 2 |
Our company produced entrprise PDA with wince5 or mobile 5 OS. Those devices have a embeded camera with a H/W barcode engine. Because the H/W barcode engine price (80 USD) is very expensive, we want to cost down.
|
| How to debug ActiveSync service providers? | 28 Sep 2007 17:57 GMT | 1 |
I've been trying debugging the StockPor example under Visudio Studio 2005, but it seems hard, if not impossible. First of all, I can't find a proper .exe module to load the DLLs (both desktop and device). Secondly, the DLL on the device side is always locked once the emulator is ...
|
| import project in eVC | 28 Sep 2007 15:02 GMT | 1 |
I want to port an application to WinCE (from Linux) which includes some ~100 source files. Does eVC4 have an option to import all source files below a certain directory? And, if possible, preserve the directory structure from disk in the solution explorer (for better
|
| How can I link to olece300.dll in VS 2005? | 28 Sep 2007 01:40 GMT | 2 |
I am trying to get an eVC4 C++ application to compile and run in VS 2005 for WM6. It appears that VS 2005 wants to link to OLE32.DLL. On the WM6 devices I have tested, none have the OLE32.DLL installed. They do have OLECE300.DLL installed. I know I can load the OLE32.DLL, but ...
|
| How to reset GPS hardware with GPSID calls | 28 Sep 2007 00:24 GMT | 2 |
GPSID .Net calls contained in an app written in C# have worked consistently on several hand-held devices containing various GPS chips. The GPSOpenDevice call failed yesterday on one of the units, returning a null value handle. Only a chance low-battery reset of the unit ...
|
| A design issue: Should I use ActiveSync or RAPI? | 27 Sep 2007 20:01 GMT | 3 |
I'm writing a program to sync two flat files between a PC and a device. I've done some study and I'm certain both ActiveSync and RAPI will meet my needs, although the cost is different, so I'm now more inclined to RAPI. But the question is: In terms of user experience, which one ...
|
| Pocket Pc Power Button | 27 Sep 2007 19:03 GMT | 6 |
Hello People!! I am programming an application for Pocket PC and I need to know when the Power button of my pocket pc is down. I'm using VS2005 with VB.net. How can I know that?
|
| Is there a cmd for WM5/6? | 27 Sep 2007 15:40 GMT | 2 |
Is there a command prompt/shell interface available on WM5/WM6, like there was on 2003(SE)? That would be super handy. The powertoy cmd shell doesn't seem to run on my wm6 device, nor does pocketcmd. (http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD
|
| GAPI to Direct3D question | 27 Sep 2007 15:37 GMT | 4 |
I need to get the start address of the display memory using Direct3DMobile. Before I was using GAPI so I simply used: BYTE *pVideoMemory = (BYTE*)GxBeginDraw(); Then using this pVideoMemory pointer I could manipulate the screen.
|
| cmd.exe, regiedit.exe | 27 Sep 2007 06:10 GMT | 1 |
Are there a command shell and regedit from Microsoft for Windows Mobile 6? They used to be in some Power Toys, but these toys don't seem to install on WM6 anymore. Also is there a setting somewhere (registry?) that allows to see file
|
| Redraw text DrawText | 27 Sep 2007 02:18 GMT | 4 |
I am trying to replace some text with updated/different text in a window that I created via CreatWindow. In my windows callback procedure on WM_PAINT I set up the window text draw it via DrawText and it shows up as expected. Later in my app I use a SendMessage with
|
| compatibility CE .net vs PocketPC 200x | 26 Sep 2007 21:41 GMT | 2 |
what are the chances that a program running on PocketPC 2002 - 2005 might run on a CE.NET 4.1 device?
 Signature -Gernot
|
| Importing managed DLL in Native Apps | 26 Sep 2007 20:05 GMT | 1 |
Is it possible to call a managed DLL (C#) from a native application? I like to do some SOAP access from a native application. Regards, S.Kumar
|
| RNDIS USB | 26 Sep 2007 18:36 GMT | 1 |
I want to connect a Pocket PC to a Desktop via USB. In fact, this works OK on my machines with Microsoft Windows XP Pro Version 2002 SP2. But I need to connect to other Operating Systems, e.g. Windows Server 2003 and possibly others. It seems to me that I need to install some ...
|