OBEX application on MOTO Q-- not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juhi
    New Member
    • Jul 2008
    • 2

    OBEX application on MOTO Q-- not working

    Hi

    I have used OBEX apis' im my application, which is working perfectly fine on pocket pc(i-mate JAM).But when I deploy the same application on MOTO Q , it doesn't work. I have not added any dll.
    Please suggest the way to make the application functional on MOTO Q.

    Thanks in advance.
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Does the MOTO Q run the smartphone edition of WM? If so chances are a pocket PC WM application will not work. You need to re-target your application. 99% of the functions will work, but there is a different SDK for smartphone versions and as the interface is not touch screen you might want to re-think the design of your application.

    It is still windows mobile, so your code will work, but you will probably have to create a new smart device project for the smartphone edition.

    Comment

    • juhi
      New Member
      • Jul 2008
      • 2

      #3
      Thanks for the reply.
      Yes, MOTO Q runs smart phone edition . But I have created a separate project with Windows Mobile 5.0 Smartphone as SDK.It works perfectly fine until it encounters OBEX part of the code.(means my application launches but hangs where it detects OBEX api.)
      Please suggest.

      Comment

      Working...