No announcements
Found 898026 threads
-
0 Votes
can I create a out of process WinRT component through C++/CX?
WRL and C++/Cx are tools which do different things.Answered | 13 Replies | 4204 Views | Created by XXXing - Friday, February 22, 2013 10:23 AM | Last reply by XXXing - Tuesday, February 26, 2013 4:01 AM -
4 Votes
C++/CX and C++/WinRT Which has the most stable future, expectation to be dominant?
And it's so funny that developers complained about C++/CX but then it's been replaced with something that is more fragile, more difficult to use and read with more complex ...Answered | 4 Replies | 1573 Views | Created by ThisDisplayName1 - Wednesday, August 21, 2019 12:32 AM | Last reply by Gavin..Williams - Thursday, September 12, 2019 1:41 AM -
19 Votes
Differences between C++/CLI and WinRT C++
C# and VB went through those changes - but as you pointed out we have our hands full with C++/CX right now.Answered | 9 Replies | 26913 Views | Created by Nyi Nyi Thann - Tuesday, September 20, 2011 3:14 AM | Last reply by Deon Brewis - Sunday, April 15, 2012 4:24 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 | 1062 Views | Created by ghua - Monday, August 3, 2015 3:58 PM | Last reply by ghua - Tuesday, August 4, 2015 11:47 AM -
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 | 2345 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 -
2 Votes
C++/CX
Don't be confused by the syntax, C++/CX is unrelated to C++/CLI.Answered | 3 Replies | 716 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
MarshalDirectiveException, cannot use IntPtr as return type for WinRT C++ / CX component in a C# consumer application.
WinRT does not allow passing raw pointers across an ABI boundary, so you won't be successful at passing IntPtr.Answered | 6 Replies | 7517 Views | Created by BullyOwner - Tuesday, August 28, 2012 1:37 PM | Last reply by t-n-x - Friday, August 31, 2012 12:34 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 | 1903 Views | Created by boolean_man - Tuesday, August 21, 2012 2:42 PM | Last reply by Jesse Jiang - Wednesday, August 22, 2012 6:18 AM -
0 Votes
WinRT C++/CX support for standart C++ codes
You can write a WinRT C++ wrapper along with old C++.Answered | 4 Replies | 2807 Views | Created by Oguz Koroglu - Thursday, October 4, 2012 8:55 PM | Last reply by Oguz Koroglu - Friday, October 5, 2012 8:49 AM -
0 Votes
Automatic documentation for c++/cx
Have you tried using Doxygen with C++/CLI support enabled?Answered | 1 Replies | 1884 Views | Created by robertoprs - Wednesday, April 24, 2013 12:48 AM | Last reply by MikeBMcL - Wednesday, April 24, 2013 4: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 | 40277 Views | Created by Atamiri - Monday, September 26, 2011 9:12 AM | Last reply by jmorrill - Thursday, April 26, 2012 9:15 PM -
0 Votes
C++/WinRT: is this a replacement for the C runtime library?
Yes and yes, even more so than with C++/CX.Answered | 4 Replies | 710 Views | Created by Juan Dent - Saturday, July 1, 2017 6:39 PM | Last reply by Darran Rowe - Sunday, July 2, 2017 10:11 PM -
1 Votes
C++/CX
Would you please provide us the whole codes to reproduce this issue, You can upload your project to ...Answered | 2 Replies | 4561 Views | Created by DualOpAmp - Thursday, July 5, 2012 7:00 PM | Last reply by DualOpAmp - Monday, July 9, 2012 3:46 PM -
0 Votes
How to create a C++ WinRT Component DLL project
That said, it'd be great if ABI and thus C++/CX got back-ported to older OSes.Answered | 3 Replies | 4257 Views | Created by davidhunter22 - Tuesday, September 20, 2011 11:02 PM | Last reply by Nishant Sivakumar - Wednesday, September 21, 2011 1:58 AM -
3 Votes
Using Rx from C++/CX Metro App.
You cannot use RX directly from C++/CX.Answered | 10 Replies | 7990 Views | Created by Tonko - Sunday, August 12, 2012 5:10 AM | Last reply by Kirk Shoop - Tuesday, February 11, 2014 5:16 AM -
3 Votes
Calling custom C++ WinRT component from C# console app.
I created a C++/CX Windows Runtime Component.Answered | 6 Replies | 5992 Views | Created by twilk - Saturday, January 19, 2013 3:03 AM | Last reply by Rafaga12 - Tuesday, February 12, 2013 2:00 AM -
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 | 490 Views | Created by Sarthak Mirajkar - Sunday, March 6, 2016 11:58 AM | Last reply by Fred Bao - Monday, March 7, 2016 7:20 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 create this temp ...Answered | 2 Replies | 3122 Views | Created by recherche - Wednesday, May 22, 2013 12:14 PM | Last reply by recherche - Thursday, May 23, 2013 5:02 AM -
0 Votes
Static method on a C++/CX base class throws MissingMethodException in C#
Is the issue with static method on a base class not working in .Net a restriction of C++/Cx projection into .Net ie a known limitation?Answered | 10 Replies | 4932 Views | Created by J Chris Davies - Wednesday, August 1, 2012 12:33 PM | Last reply by James Dailey - MSFT - Friday, August 24, 2012 9:34 PM -
0 Votes
[UWP][CX]C++/CX Destructor not called
1) This is C++/CX not standard C++.Answered | 7 Replies | 1040 Views | Created by ShaZiv - Tuesday, July 26, 2016 6:41 AM | Last reply by mcosmin - Tuesday, July 26, 2016 8:00 AM - Items 1 to 20 of 898026 Next ›
No announcements