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. How can I run native C# codes in Qt/C++ for Windows Mobile Apps?
QtWS25 Last Chance

How can I run native C# codes in Qt/C++ for Windows Mobile Apps?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 2 Posters 1.7k 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.
  • I Offline
    I Offline
    Ibrahim
    wrote on last edited by
    #1

    Hi; How can I run native C# codes in Qt/C++ for Windows Mobile apps? We can run Java codes in Qt for Android or we can run Objective-C codes in Qt for iOS. Do we need native C# codes for Windows Mobile or do support native C++ codes Windows Mobile? Thanks.

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Do you mean Windows Phone apps? Or more generic WinRT?
      That's possible with C++, no need for C#: http://doc.qt.io/qt-5/winrt-support.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      I 1 Reply Last reply
      1
      • jsulmJ jsulm

        Do you mean Windows Phone apps? Or more generic WinRT?
        That's possible with C++, no need for C#: http://doc.qt.io/qt-5/winrt-support.html

        I Offline
        I Offline
        Ibrahim
        wrote on last edited by
        #3

        @jsulm I am talking about Windows 10 Mobile and Windows Phone 8, 8.1 (I think this is WinRT). I need use this properties in Windows Mobile apps. Do I need C# codes in Qt/C++ for Windows 10 Mobile apps or can I use this properties with C++ in Qt without C#?

        1 Reply Last reply
        0
        • jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can use WinRT with C++, no need for C#

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          I 1 Reply Last reply
          1
          • jsulmJ jsulm

            You can use WinRT with C++, no need for C#

            I Offline
            I Offline
            Ibrahim
            wrote on last edited by
            #5

            @jsulm Thanks but I see Windows 10 Mobile apps supported C++ but I don't see C++ examples on the web page, this code is javascript only, I don't see C++. Where is the C++ codes? Thanks.

            1 Reply Last reply
            0
            • jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Well, it's the same class with same properties/methods just C++ syntax.
              Here for example you can even see C++ example: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.notifications.toastnotification.activated.aspx

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1

              • Login

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