Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt5 Mobile Windows Phone calling .NET stuff from Qt? (for push)
Forum Updated to NodeBB v4.3 + New Features

Qt5 Mobile Windows Phone calling .NET stuff from Qt? (for push)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
mobilewindow
2 Posts 2 Posters 992 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Heiko93
    wrote on last edited by
    #1

    Hi,

    i need to estimate the work to port a qt mobile app that i have developed to Windows Phone. At the moment the app uses parse for push messages, but they do not support Windows Phone.

    I do not know anything about windows development. I have found some examples how to register a device for push at the Microsoft services, but they are all in C#.

    How do i actually port this app? Until now i used mxe (and therefor gcc) to port Qt Software for Windows, i assume to develop for Windows Mobile, i need Qt actually be installed on a Windows system with installed MS Visual C++. Is this correct?

    Will the C# classes for push registration (e.g. Microsoft.Phone.Notification.HttpNotificationChannel) be simply available in C++ once Visual C is installed? Is it possible to simply mix them with my Qt Code?

    How about gcc, any way to uses this classes via mxe cross compiling environment?

    Thank you

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mkalinow
      wrote on last edited by
      #2

      Hi,

      the Visual Studio compilers are the only option if you are targeting Windows Phone and/or Windows Store Apps.

      Whether there are C++ bindings/headers for a C# library depends on the provider of that library. Even Microsoft is not 100% consistent. Some items are fully supported (In-App-Purchase), some partially (In-App-Advertising) and some are simply not exposed to C++ at all. You will need to check the documentation yourself unfortunately.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved