Click here to Skip to main content
15,923,852 members
Home / Discussions / Mobile
   

Mobile

 
GeneralGet free disk space of PDA from PC via RAPI Pin
lalue11-Jul-03 2:09
lalue11-Jul-03 2:09 
GeneralRe: Get free disk space of PDA from PC via RAPI Pin
Mike Dimmick13-Jul-03 7:02
Mike Dimmick13-Jul-03 7:02 
GeneralRe: Get free disk space of PDA from PC via RAPI Pin
lalue13-Jul-03 7:57
lalue13-Jul-03 7:57 
QuestionShow Unicode text in CCeCommandBar menu ? Pin
dlhson310-Jul-03 21:13
sussdlhson310-Jul-03 21:13 
GeneralConverting BSTR/CString to _bstr_t Pin
Anonymous10-Jul-03 5:24
Anonymous10-Jul-03 5:24 
GeneralRe: Converting BSTR/CString to _bstr_t Pin
João Paulo Figueira10-Jul-03 5:37
professionalJoão Paulo Figueira10-Jul-03 5:37 
GeneralRe: Converting BSTR/CString to _bstr_t Pin
Anonymous10-Jul-03 6:06
Anonymous10-Jul-03 6:06 
GeneralRe: Converting BSTR/CString to _bstr_t Pin
João Paulo Figueira10-Jul-03 8:05
professionalJoão Paulo Figueira10-Jul-03 8:05 
Anonymous wrote:
Any suggestions?

Yes. You have to declare this function in order to trap COM errors. This function will only be declared once. You can use the following:
void __stdcall _com_issue_error(HRESULT m_hr)
{
	TCHAR pcszError[1024];

	_stprintf(pcszError, TEXT("_com_issue_error(%ld)\n"), m_hr);
	OutputDebugString(pcszError);
}

GeneralRe: Converting BSTR/CString to _bstr_t Pin
Mike Dimmick13-Jul-03 7:07
Mike Dimmick13-Jul-03 7:07 
GeneralPocket Excel using eVC Pin
Mahesh Varma10-Jul-03 1:05
Mahesh Varma10-Jul-03 1:05 
Generalpocket access and eVC++ Pin
Mahesh Varma9-Jul-03 17:56
Mahesh Varma9-Jul-03 17:56 
GeneralRe: pocket access and eVC++ Pin
João Paulo Figueira7-Aug-03 6:34
professionalJoão Paulo Figueira7-Aug-03 6:34 
QuestionHow to scan Access Point around? Pin
Joye Liu8-Jul-03 21:31
Joye Liu8-Jul-03 21:31 
GeneralCan't establish connection to Pocket PC Pin
Aroogala8-Jul-03 21:26
Aroogala8-Jul-03 21:26 
GeneralRe: Can't establish connection to Pocket PC Pin
João Paulo Figueira9-Jul-03 2:43
professionalJoão Paulo Figueira9-Jul-03 2:43 
GeneralRe: Can't establish connection to Pocket PC Pin
Aroogala9-Jul-03 6:51
Aroogala9-Jul-03 6:51 
GeneralRe: Can't establish connection to Pocket PC Pin
João Paulo Figueira9-Jul-03 7:06
professionalJoão Paulo Figueira9-Jul-03 7:06 
GeneralRe: Can't establish connection to Pocket PC Pin
Anonymous9-Jul-03 20:04
Anonymous9-Jul-03 20:04 
GeneralFTP client for CE Pin
Joye Liu7-Jul-03 17:16
Joye Liu7-Jul-03 17:16 
GeneralConnecting to Pocket access from eVC++ Pin
Mahesh Varma6-Jul-03 22:10
Mahesh Varma6-Jul-03 22:10 
GeneralRe: Connecting to Pocket access from eVC++ Pin
João Paulo Figueira6-Jul-03 23:05
professionalJoão Paulo Figueira6-Jul-03 23:05 
GeneralRe: Connecting to Pocket access from eVC++ Pin
Mahesh Varma6-Jul-03 23:12
Mahesh Varma6-Jul-03 23:12 
GeneralRe: Connecting to Pocket access from eVC++ Pin
João Paulo Figueira6-Jul-03 23:31
professionalJoão Paulo Figueira6-Jul-03 23:31 
GeneralRe: Connecting to Pocket access from eVC++ Pin
Rassul Yunussov8-Jan-04 20:45
Rassul Yunussov8-Jan-04 20:45 
GeneralRe: Connecting to Pocket access from eVC++ Pin
João Paulo Figueira8-Jan-04 23:54
professionalJoão Paulo Figueira8-Jan-04 23:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.