| Thread | Last Post | Replies |
|
| open files limit | 19 Dec 2006 11:31 GMT | 2 |
It looks as we can't open more than 40 files simultaneously on Windows Mobile 2003. Is it a know limitation ? Is there a way to increase that amount ? Thanks
|
| Using RequestDeviceNotifications to detect SD card insertion | 19 Dec 2006 01:13 GMT | 1 |
I'm trying to use the RequestDeviceNotifications API to create a waitable object that will trigger on storage card insertions, but so far it hasn't worked for me. Here is the code I'm using: MSGQUEUEOPTIONS MqOpts;
|
| How to use _localtime64_s | 18 Dec 2006 21:56 GMT | 1 |
can somebody tell me, how to use the above function _localtime64_s on a Windows Mobile 2005 device? I can't find any header file, wherein it is defined. eVC++ 4.0 brings compiler errors all the time. Or how to split a time into it's components year, month, day, ... ?
|
| Detect change device time | 18 Dec 2006 17:27 GMT | 1 |
I am developing an application,written in c++, for WM 5.0. I have to detect if the system time is changed (from devide settings). Can someone give me a hint for this? Thanks.
|
| GetBitmapBits | 18 Dec 2006 10:30 GMT | 2 |
Uhm... How do I get the bits of a Bitmap? The function seems unavailable on my SDK.
|
| Creating my own file browser | 18 Dec 2006 01:19 GMT | 2 |
Since I've been told that SmartPhone does not come with a file explorer by default (fexplore.exe), it's nearly always a third party application. This means I will have to create my own fexplore.exe. If there is some code out there I can use, it would be great.
|
| Is the .NET framework required to install an MSI? | 17 Dec 2006 19:17 GMT | 1 |
I have a visual studio 2005 project with an installer project that creates an MSI. My PPC application requires that the Compact Framework 2.0 be installed to the device. This all works perfectly fine. My problem is that the .NET Framework 2.0 shows up under the "Launch
|
| how to get local bluetooth mac address? | 17 Dec 2006 09:51 GMT | 1 |
is there anything in the standard libs that will do this? thx, davis
|
| assembly name 'Microsoft.WindowsMobile.Utilities ....was not found | 17 Dec 2006 03:24 GMT | 5 |
I don't mean to cross-post, but I am in need of help here. I posted this on the Smartphone Developer's forum with no responses and doing a search on both forums showed that mine was the only post on this problem. I know that I can't be the only one who has run upon this.
|
| About Linking Error | 15 Dec 2006 18:31 GMT | 1 |
I m developing a chat programm using bluetooth protocol. GUID serviceID = OBEXFileTransferServiceClass_UUID; sa.serviceClassId=serviceID;//ServerGuid; I used above code segment in my programme.
|
| any SDK for build binaries on ARM5 platform? | 15 Dec 2006 13:59 GMT | 1 |
I am using Visual Studio 2005, and I want to build some binaries for a new Pocket PC (Windows Mobile 2005, ARM V5te). This device is really cool, which is Intel PXA27x series! But, I can not find SDK used in Visual Studio 2005 to build binaries -- only
|
| Restart application after me.dispose() | 15 Dec 2006 13:57 GMT | 1 |
if I exit my .net cf application using ME.DISPOSE, I cannot restart it, only after a soft reset. What can be wront? I have already installed CF 2.0... Thanks, Gergo
|
| NDISUIO connection problems | 15 Dec 2006 10:19 GMT | 3 |
I am working on a WLAN connection module. It is written using the NDISUIO interface to connect my local wifi radio to remote APs. My module works fine on the windows desktop. When I attempt to connect to a remote AP using WM 5.0, the connection seems to connect for about
|
| Mapping of Hardware Button WM5.0 | 15 Dec 2006 09:30 GMT | 1 |
Hi, I am developing an application in which i'm mapping my application to one of the hardware button (Record) in O2 Mini XDA Atom PPC using WM5.0 . My button mapping works fine throught out the application.
|
| using C/C++ to read SIM card information | 15 Dec 2006 04:37 GMT | 2 |
I am wondering whether there are some samples/tutorials for a beginner to learn how to use C/C++ to read SIM card information on Windows Mobile platform? thanks in advance,
|