No announcements
Found 3054704 threads
-
0 Votes
[UWP][C++]Consume C# from C++/CX Store apps
We've a C++/CX based store app and we're converting it to a UWP app.Answered | 3 Replies | 788 Views | Created by Minu7 - Wednesday, August 17, 2016 1:48 AM | Last reply by neolovinga - Friday, August 19, 2016 11:56 AM -
3 Votes
Using Rx from C++/CX Metro App.
Can that be used from a C++ Windows Store App, or would I still have to go through the C# Windows Runtime component?Answered | 10 Replies | 8001 Views | Created by Tonko - Sunday, August 12, 2012 5:10 AM | Last reply by Kirk Shoop - Tuesday, February 11, 2014 5:16 AM -
0 Votes
C++/CX component in javascript
Can you describe how your problematic JavaScript project and C++/CX component differs from tutorial steps you found to work as desired?Answered | 2 Replies | 1912 Views | Created by boolean_man - Tuesday, August 21, 2012 2:42 PM | Last reply by Jesse Jiang - Wednesday, August 22, 2012 6:18 AM -
2 Votes
C++/CX
7) A very good question, thank you.Answered | 3 Replies | 725 Views | Created by Jerry.Mouse - Sunday, May 20, 2018 4:22 PM | Last reply by Jerry.Mouse - Tuesday, May 22, 2018 3:58 PM -
0 Votes
Sink writer and C++/Cx
Hi, Visual C++ component extensions (C++/CX) is a set of extensions to the C++ language that enable the creation of Windows Store ...Answered | 3 Replies | 2720 Views | Created by Ronald Eekelder - Monday, December 17, 2012 8:04 AM | Last reply by Ronald Eekelder - Sunday, January 13, 2013 9:28 AM -
3 Votes
[UWP][CX]Universal Windows App in C++/CX
I tried your "sideload" system (on C++/CX App created automatically) and I created the "package" but if I try to launch my app ...Answered | 16 Replies | 2096 Views | Created by Jerry.Mouse - Saturday, June 18, 2016 5:35 PM | Last reply by Jerry.Mouse - Tuesday, June 21, 2016 7:29 PM -
0 Votes
Automatic documentation for c++/cx
Have you tried using Doxygen with C++/CLI support enabled?Answered | 1 Replies | 1891 Views | Created by robertoprs - Wednesday, April 24, 2013 12:48 AM | Last reply by MikeBMcL - Wednesday, April 24, 2013 4:40 AM -
1 Votes
C++/CX template to JsonObject^
We can store it as string http://stackoverflow.com/questions/1055452/c-get-name-of-type-in-template And in the deserialization, we can ...Answered | 2 Replies | 3130 Views | Created by recherche - Wednesday, May 22, 2013 12:14 PM | Last reply by recherche - Thursday, May 23, 2013 5:02 AM -
0 Votes
Sideloaded UWP C++/CX XAML App Full Screen On Multiple Monitors
Hi cliftonk77, We can use the ProjectionManager class to define a set of methods for managing the windows (app views) sent to secondary displays, such as projectors.Answered | 1 Replies | 578 Views | Created by cliftonk77 - Thursday, August 25, 2016 6:22 PM | Last reply by Jayden Gu - Friday, August 26, 2016 9:56 AM -
1 Votes
C++/CX
You can remove any confidential information or business details from it.Answered | 2 Replies | 4572 Views | Created by DualOpAmp - Thursday, July 5, 2012 7:00 PM | Last reply by DualOpAmp - Monday, July 9, 2012 3:46 PM -
0 Votes
[W8.1] How to pass std::function to C++/CX
my C++ code and then pass it to winRT C++/CX. after processing winRT calls delegate and I can update In App Purchases in the game - seems to work.Answered | 3 Replies | 1070 Views | Created by ghua - Monday, August 3, 2015 3:58 PM | Last reply by ghua - Tuesday, August 4, 2015 11:47 AM -
0 Votes
Metro app C++\CX and WCF sevice
You can also use a C# WinMD component (which is what I would choose if it is a complicated WebService) and add a reference to it in your CPP project and make your calls ...Answered | 1 Replies | 2378 Views | Created by Levon.Gyulnazaryan - Monday, May 28, 2012 11:41 AM | Last reply by Jeff Sanders - Wednesday, May 30, 2012 5:56 PM -
0 Votes
Can we use C++/Cx for Phone8
On Windows Phone 8, C++/CX can only be used for DirectX apps and for WinRT components.Answered | 2 Replies | 2351 Views | Created by Filipe Madureira - Thursday, November 8, 2012 12:55 PM | Last reply by Steve ''Sly'' Williams - Friday, November 9, 2012 12:49 PM -
0 Votes
[WP8.1][C++]A question about how to initiate an IKeyValuePair object in C++/Cx
Hi all, I am trying to build a wp8.1 app for practice by using c++/cx.Answered | 3 Replies | 701 Views | Created by 神山 - Saturday, August 1, 2015 2:48 PM | Last reply by 神山 - Friday, August 14, 2015 9:37 AM -
0 Votes
LoadResource replacement in C++/CX Windows Runtime Component
Visual C++ MVP | Website | Blog | @mikebmcl | Windows Store DirectX Game TemplateAnswered | 5 Replies | 2960 Views | Created by BullyOwner - Wednesday, May 1, 2013 7:42 PM | Last reply by MikeBMcL - Thursday, May 2, 2013 4:10 PM -
0 Votes
[C++/CX] Getting Exception at Navigation for windows universal apps development using C++/Cx
For the C++ code, it shows it cannot read the memory.Answered | 1 Replies | 492 Views | Created by Sarthak Mirajkar - Sunday, March 6, 2016 11:58 AM | Last reply by Fred Bao - Monday, March 7, 2016 7:20 AM -
0 Votes
[WP8.1]Calling C++/CX background task from C# app to update Tile
Before rendering the tile I insert the dynamically generated tile control temporarily into the panel (visualTreeContainer) passed from C# app.Answered | 7 Replies | 1454 Views | Created by kine_ - Tuesday, April 21, 2015 9:29 PM | Last reply by kine_ - Sunday, May 17, 2015 4:27 PM -
1 Votes
C++/CX generic <class T> delegate
Are you developing a Windows Store app?Answered | 5 Replies | 2924 Views | Created by recherche - Friday, May 24, 2013 10:58 AM | Last reply by recherche - Monday, May 27, 2013 6:40 AM -
5 Votes
C++/CX Reflection
I'd love to point out that James McNellis just released a full C++ library for CX reflection...Very well designed.Answered | 5 Replies | 40288 Views | Created by Atamiri - Monday, September 26, 2011 9:12 AM | Last reply by jmorrill - Thursday, April 26, 2012 9:15 PM -
0 Votes
Object Casting in C++/Cx
How familiar are you with C++ and COM?Answered | 3 Replies | 1708 Views | Created by Pallam Madhukar - Friday, October 18, 2013 12:30 PM | Last reply by Eric Fleck - Friday, November 15, 2013 3:25 PM - Items 1 to 20 of 3054704 Next ›
No announcements