How can I run native C# codes in Qt/C++ for Windows Mobile Apps?
-
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.
-
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 -
@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#?
-
You can use WinRT with C++, no need for C#
-
@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.
-
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