| Thread | Last Post | Replies |
|
| Getting screen size? | 04 Nov 2005 21:01 GMT | 2 |
Just got an Axim X50v PPC so now I have one with a VGA sized screen. I want to change my app (developed with eVC++3.0 non-MFC) so that it detects the screen size and adjusts the app size. Can anyone point me that the right APIs to call to get this information?
|
| How to detect which BT stack is installed | 04 Nov 2005 20:18 GMT | 1 |
I'm implementing Bluetooth support for our application and I need to support both the Microsoft and the Broadcom/Widcomm stack. I implemented the functionality for both stacks which works fine so far. The problem is: How to I find out which stack is installed from within
|
| PFXImportCertStore unresolved symbol? | 04 Nov 2005 20:17 GMT | 5 |
Sorry for the silly question, but I'm trying to use this PFXImportCertStore function but my Platform Builder 5.0 tells me that it is unresolved. I have Crypt32.lib on my link line, and my other crypto functions, such as CertOpenSystemStore, do get resolved. What am I missing?
|
| return type STATUS won't compile | 04 Nov 2005 17:41 GMT | 1 |
This might be a stupid question but how come when I try to compile my call back function that has a return type of STATUS I get a "error C2061: syntax error : identifier 'PcmciaCallBack'" Thanks,
|
| bluetooth Pocket PC sample | 04 Nov 2005 12:33 GMT | 1 |
Do someone have a sample (source code) of using the bluetooth from Pocket PC ? Thanks, Lars
|
| gwes.exe crashes | 04 Nov 2005 12:27 GMT | 1 |
swhen i close my cpl i get the 'error reporting' on gwes.exe. if i disable the 'error reporting'...all work as well !? any clue?? TIA
|
| Switching GPRS from data mode to command mode. | 04 Nov 2005 09:35 GMT | 1 |
In GPRS PPC, after the AT command "AT+CGDATA=\"PPP\",1\r\n" is issued, the GPRS modem goes into the data mode. How can I switch GPRS back to command mode programmatically using AT command without reseting the PDA?
|
| Windows Mobile 5.0 SDKs & VS 2005 RC | 04 Nov 2005 09:22 GMT | 7 |
I'm not able to install de WM 5.0 SDKs on a machine with VS 2005 RC. The installation doesn't finish! It installs the Help and shortcuts, but don't finish and doesn't install no new program types in VS 2005. Someone have this problem?
|
| MenuBar not getting displayed on CDialog - WM 5.0 | 04 Nov 2005 06:19 GMT | 4 |
Just writing a sample on WM 5.0 - PocketPC, Have created a MFC Dialog based(.exe) using the VS2005 project wizard, and created a menu(IDR_MENU1) in the ResourceView. And tried adding a menubar to the Dialog using the following code,
|
| OMA Client DM xml format and SyncML questions | 04 Nov 2005 00:41 GMT | 3 |
A couple of device provisioning questions... OMA Client DM xml format questions: When I attempt to query for device information, the command states that it successfully completes, but the output file that is generated is an exact
|
| PDCardxxxxxxxx Routines | 03 Nov 2005 23:22 GMT | 2 |
I am interested in using the pdcard routines shown on the msdn pages...namely pdcardreadattrbyte, pdcardreadcmnbyte, pdcardwriteattrbyte, and pdcardwritecmnbyte. I am using a PPC2003 device running Windows Mobile 2003 SE. MSDN indicates that you need to
|
| Newbie: File sharing violation - what it is? | 03 Nov 2005 23:05 GMT | 1 |
Here is a problematic code: 1. connCE = New SqlCeConnection(connString) 2. MsgBox(connCE.State.ToString()) Try
|
| Cant set CFileDialogs default directory | 03 Nov 2005 21:01 GMT | 2 |
I have a cfiledialog and I want to set a default directory for it to open un into. Here is my code: (What is wrong?) I know that the value of theApp.m_sMissionDir is correct. CString sz=_T("Mission (*.*)|*.*|");
|
| hardware unique ID | 03 Nov 2005 20:14 GMT | 3 |
I have developped an application for pocket PC and I want to protect it from coping. So I want to find an hardwareId to calculate a User Key... (#hard disk or UniqueId machine or....etc...)
|
| content generation into a PPC | 03 Nov 2005 19:52 GMT | 4 |
I would like to know if there is already an application out there that will allow me to copy a manual into a file to be used in a PPC. I know that such app exist for Palm, but I have not seen anything for PPD or smartphone.
|