Windows Mobile Phone 7 Connection problem.
-
Hi all, i am working on windows mobile connection,i am using RAPI function to detect connection of mobile to the computer . windows mobile 5 is working fine with this. but when i am using windows mobile phone 7 its not detect in Window Mobile Device Center (WMDC) and also not detect from my application. so please help me for this RAPI is working for this or not,or there is any other API for Windows Phone 7 connection. thanks in advance.
-
Hi all, i am working on windows mobile connection,i am using RAPI function to detect connection of mobile to the computer . windows mobile 5 is working fine with this. but when i am using windows mobile phone 7 its not detect in Window Mobile Device Center (WMDC) and also not detect from my application. so please help me for this RAPI is working for this or not,or there is any other API for Windows Phone 7 connection. thanks in advance.
There's no RAPI support on WP7, is there?
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
There's no RAPI support on WP7, is there?
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi all, i am working on windows mobile connection,i am using RAPI function to detect connection of mobile to the computer . windows mobile 5 is working fine with this. but when i am using windows mobile phone 7 its not detect in Window Mobile Device Center (WMDC) and also not detect from my application. so please help me for this RAPI is working for this or not,or there is any other API for Windows Phone 7 connection. thanks in advance.
Windows Mobile and Windows Phone are different operating systems. They are about alike as a PC and an Xbox. Code you write for Windows Mobile will not run on Windows Phone. Windows Phone doesn't interact with the desktop using the Windows Mobile Device Center. It interacts with the desktop through Zune. There is no RAPI on Windows Phone. I'm not sure what your end goal is, but with Windows Phone being different than what I believe your expectations to be it's possible that you are trying to do something with the phone that is not doable. Why is it that you are trying to use RAPI?
-
Windows Mobile and Windows Phone are different operating systems. They are about alike as a PC and an Xbox. Code you write for Windows Mobile will not run on Windows Phone. Windows Phone doesn't interact with the desktop using the Windows Mobile Device Center. It interacts with the desktop through Zune. There is no RAPI on Windows Phone. I'm not sure what your end goal is, but with Windows Phone being different than what I believe your expectations to be it's possible that you are trying to do something with the phone that is not doable. Why is it that you are trying to use RAPI?
-
OK ,now please tell me how can i detect Windows Phone in vc++ there is any other API of function for this.
Given that you are using RAPI I get the feeling that you want to perform some action on the phone once it's connected. There's not any APIs provided to let you do this. What is your end goal here?
-
Given that you are using RAPI I get the feeling that you want to perform some action on the phone once it's connected. There's not any APIs provided to let you do this. What is your end goal here?