| Thread | Last Post | Replies |
|
| good pocket pc (err, palmtop or ultra portable) for development? ( a silent one ) | 31 Jan 2007 21:02 GMT | 1 |
I guess ultra portable is the right word (I guess palmtop is too small, and pocketpc is an OS !) can anybody recomend any for development ? some C,
|
| float precision in vs2005 | 31 Jan 2007 15:23 GMT | 4 |
I am developing a Windows mobile 5.0 MFC Dialog based application using VS2005 and using C++, i have detected a float precision problem. if for example i create 3 float variables like this: float x= 0.70;
|
| Copying files from ROM | 31 Jan 2007 14:12 GMT | 5 |
Is there a way to copy the ROM files to any other folder in Pocket PC and also delete or overwrite the files stored in ROM. Thanks & Regards Srihari Reddy .R
|
| CAB file build error: "File c:\docume~1\petar\locals~1\temp\wiz23c.inf contains DirIDs, which are not supported" | 30 Jan 2007 21:00 GMT | 3 |
hi,I am building CAB in VS2005: is there limit on number of files in CAB file? VS2005 doesn't want to build smartdevicecab1 project and puts error:
|
| Gps intermedidiate driver | 30 Jan 2007 20:33 GMT | 4 |
I'm working wth the Gps Intermediate driver on windows mobile 5 am trying to find a way to trap if the user pulls out the gps while connected or the gps gets dislodged. The idea is to show a red icon if no gps present, a yellow if gps
|
| Install Directory | 30 Jan 2007 19:14 GMT | 1 |
I made a app that supports 3 languages. I need to capture a file from a directory, example: \program files\myApp\init.xml. But when I install in a different language it is another path. In the RAPI code I made i need a genereic install path.
|
| Unique Device ID disagreement | 30 Jan 2007 01:17 GMT | 4 |
There seems to be a disagreement between the UUID shown in the Asset Viewer on the device and the results returned from my program trying to read the serial number of the Pocket PC. I am using the following code: #define IOCTL_HAL_GET_DEVICEID CTL_CODE(FILE_DEVICE_HAL, 21, ...
|
| Printing in Windows mobile 5.0 | 29 Jan 2007 21:33 GMT | 2 |
If I need to add printing support to Windows Mobile 5.0 where should I start? I was searching regarding this and find that there are several third party tools like FieldSoftware, Bachmann software which provides SDKs for printing. But if I want to write my own printing utility for
|
| determine if the current connected device is smartphone or ppc | 29 Jan 2007 15:48 GMT | 1 |
I'm trying to determine from ActiveSync on the desktop if the currently connected device is a SP or PPC. I see that the HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services key gets populated each time a device connects, and I can query the DeviceType string to
|
| DLL's for Pocket PC IE | 29 Jan 2007 08:51 GMT | 4 |
I just need to figure out the DLL's used by Internet Explorer in Pocket PC. Thanks for any help Dipesh
|
| Battery - Turn power off value | 29 Jan 2007 07:06 GMT | 6 |
Is there a mechanism to determine the value the the power management setting for turning the device off when there is no activity when the device is on battery power? thanks
|
| Windows Mobile 5 LoadImage LR_LOADFROMFILE | 29 Jan 2007 07:02 GMT | 1 |
I want to load an image from a file. LoadImage says I can do that if I include the constant LR_LOADFROMFILE as the value of the last parameter. The trouble is I can't find it defined anywhere. Can someone please point me to a file that contains the constant, or tell
|
| Force cellular data network connection for sockets app | 28 Jan 2007 14:59 GMT | 2 |
We have developed a sockets client app using the .Net CF Some of the devices have WIFI cards and constant network connections - no problem Others require users to have a data connection to the Internet through
|
| App that runs fine on a device crashes the wm5 device emulator | 28 Jan 2007 14:57 GMT | 4 |
I have developed a windows mobile 5 application (c# with some c++ native through p/invoke) that runs aparently without problems on a device. But when I tried to run a debugg session on the emulator (to grab some screenshots for the manual) it crashed every time. The debugger ...
|
| VPN Connection - ConnMgrEstablishConnection - Error 80070057 | 27 Jan 2007 17:09 GMT | 3 |
I have developed an application to establish VPN Connection programmatically. I have followed these steps and I getting Error: 80070057 A/c to MSDN, the error implies one or more invalide arguments. Can
|