Click here to Skip to main content
15,887,683 members
Home / Discussions / Mobile
   

Mobile

 
QuestionTransparent Control Pin
Manish19727-Nov-06 2:10
Manish19727-Nov-06 2:10 
AnswerRe: Transparent Control Pin
arcticbrew21-Nov-06 17:36
arcticbrew21-Nov-06 17:36 
QuestionVirtual IP - Vertical Handoff Pin
kedde17-Nov-06 1:56
kedde17-Nov-06 1:56 
QuestionQuestions regarding Compact Framework. Pin
Aasifkhan6-Nov-06 18:20
Aasifkhan6-Nov-06 18:20 
QuestionAvailable Memory and Free Disk Space in CF 1.0 Pin
Marco [Stinger]6-Nov-06 6:04
Marco [Stinger]6-Nov-06 6:04 
AnswerRe: Available Memory and Free Disk Space in CF 1.0 Pin
zoid ! 9-Nov-06 6:16
zoid ! 9-Nov-06 6:16 
GeneralRe: Available Memory and Free Disk Space in CF 1.0 Pin
Marco [Stinger]9-Nov-06 6:27
Marco [Stinger]9-Nov-06 6:27 
QuestionProblems with IssueVendorTransfer Pin
slowdiver6-Nov-06 4:00
slowdiver6-Nov-06 4:00 
Hello!

I have problems with the IssueVendorTransfer function. All parameters are
correct, the mistakes messages are:

DBGCHK failed in cpipe.cpp line 891
DBGCHK failed in transfer.hpp

What I make wrong!

I use Platform Builder 5.0 with CEPC

EHCI Host Controller



Here my call of the function:

ControlHeader.bmRequestType = USB_REQUEST_DEVICE_TO_HOST | USB_REQUEST_CLASS
| USB_REQUEST_FOR_INTERFACE;
ControlHeader.bRequest = 254;
ControlHeader.wValue = 0;
ControlHeader.wIndex = 0;
ControlHeader.wLength = 0;



dwErr = IssueVendorTransfer( pUMC->UsbFuncs,
pUMC->hUsbDevice,
DefaultTransferComplete,
pUMC->hEP0Event,
(USB_IN_TRANSFER|USB_NO_WAIT|USB_SHORT_TRANSFER_OK),
&ControlHeader,
pBuffer, 0,
&dwBytesTransferred,
pUMC->UsbTimeouts.DeviceIdTimeout,
&dwUsbErr );


Thank you

QuestionHow to access the .sdf file's created in Pocket PC from compact framework emulator Pin
Aasifkhan6-Nov-06 1:50
Aasifkhan6-Nov-06 1:50 
AnswerRe: How to access the .sdf file's created in Pocket PC from compact framework emulator Pin
AlexeiXX37-Nov-06 18:20
AlexeiXX37-Nov-06 18:20 
GeneralRe: How to access the .sdf file's created in Pocket PC from compact framework emulator Pin
Aasifkhan8-Nov-06 19:38
Aasifkhan8-Nov-06 19:38 
GeneralRe: How to access the .sdf file's created in Pocket PC from compact framework emulator Pin
AlexeiXX39-Nov-06 6:53
AlexeiXX39-Nov-06 6:53 
QuestionTransparency related issues Pin
Manish19723-Nov-06 23:49
Manish19723-Nov-06 23:49 
QuestionSending message pc to mobile through Bluetooth Pin
kumar bharat bhusanam3-Nov-06 19:15
kumar bharat bhusanam3-Nov-06 19:15 
AnswerRe: Sending message pc to mobile through Bluetooth Pin
AlexeiXX37-Nov-06 18:08
AlexeiXX37-Nov-06 18:08 
QuestionName of the device Pin
Talal Sultan2-Nov-06 21:56
Talal Sultan2-Nov-06 21:56 
AnswerRe: Name of the device Pin
Mike Dimmick3-Nov-06 13:38
Mike Dimmick3-Nov-06 13:38 
QuestionCreate "service-like" app Pin
rico831-Nov-06 11:55
rico831-Nov-06 11:55 
AnswerRe: Create "service-like" app Pin
Mike Dimmick3-Nov-06 13:42
Mike Dimmick3-Nov-06 13:42 
QuestionEDB for CE Pin
zoid ! 1-Nov-06 7:05
zoid ! 1-Nov-06 7:05 
QuestionBillionton GPRS wireless modem ! Pin
Coding C#31-Oct-06 23:01
Coding C#31-Oct-06 23:01 
Questionmessaging Pin
spm431-Oct-06 3:01
spm431-Oct-06 3:01 
QuestionHow to dial contact number from an application(MFC) Pin
Jayakumar Narayanan30-Oct-06 22:53
Jayakumar Narayanan30-Oct-06 22:53 
AnswerRe: How to dial contact number from an application(MFC) Pin
AegamemnonTao1-Nov-06 16:56
AegamemnonTao1-Nov-06 16:56 
QuestionHow to simulate SMS and calls? Pin
arvaker8430-Oct-06 6:20
arvaker8430-Oct-06 6:20 

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.