No announcements
Found 1260843 threads
-
0 Votes
LoadResource replacement in C++/CX Windows Runtime Component
I'm creating a Windows Runtime Component DLL.Answered | 5 Replies | 3018 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 component in javascript
Is the C++/CX component project a part of the same solution or are you referencing a .winmd from the JavaScript app?Answered | 2 Replies | 2011 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
can I create a out of process WinRT component through C++/CX?
C++/Cx doesn't provide any help in defining the interfaces needed for an out-of-proc component.Answered | 13 Replies | 4275 Views | Created by XXXing - Friday, February 22, 2013 10:23 AM | Last reply by XXXing - Tuesday, February 26, 2013 4:01 AM -
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 ...Answered | 3 Replies | 2805 Views | Created by Ronald Eekelder - Monday, December 17, 2012 8:04 AM | Last reply by Ronald Eekelder - Sunday, January 13, 2013 9:28 AM -
0 Votes
[UWP][C#][C++/CX] C# app calling Windows Runtime Component written in C++
If I create a new project, it seems to work fine in the case of sample/dummy Runtime Component.Answered | 6 Replies | 2590 Views | Created by ganeshskudva - Thursday, July 28, 2016 4:32 AM | Last reply by SeNS - Tuesday, August 2, 2016 7:24 PM -
2 Votes
C++/CX
Don't be confused by the syntax, C++/CX is unrelated to C++/CLI.Answered | 3 Replies | 809 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
[UWP][C++]Consume C# from C++/CX Store apps
We thought it'd be great if we can use C# libs and consume them from our C++/CX app.Answered | 3 Replies | 877 Views | Created by Minu7 - Wednesday, August 17, 2016 1:48 AM | Last reply by neolovinga - Friday, August 19, 2016 11:56 AM -
0 Votes
Object Casting in C++/Cx
Pallam Madhukar Windows Phone DeveloperAnswered | 3 Replies | 1796 Views | Created by Pallam Madhukar - Friday, October 18, 2013 12:30 PM | Last reply by Eric Fleck - Friday, November 15, 2013 3:25 PM -
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 | 8085 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++/WinRT: is this a replacement for the C runtime library?
This is for when you want to access the Windows Runtime components.Answered | 4 Replies | 733 Views | Created by Juan Dent - Saturday, July 1, 2017 6:39 PM | Last reply by Darran Rowe - Sunday, July 2, 2017 10:11 PM -
0 Votes
How can I consume a c# windows runtime component in a WRL (C++) class?
I think that we need a sample to show how to instantiate a runtime component from C++ without having a WRL interface.Answered | 2 Replies | 2174 Views | Created by Elliot_ - Tuesday, March 24, 2015 6:34 PM | Last reply by Elliot_ - Tuesday, April 7, 2015 2:41 PM -
0 Votes
[W8.1] How to pass std::function to C++/CX
EDIT: I managed to get a solution - I just create C++/CX delegate inside (!)Answered | 3 Replies | 1141 Views | Created by ghua - Monday, August 3, 2015 3:58 PM | Last reply by ghua - Tuesday, August 4, 2015 11:47 AM -
0 Votes
MarshalDirectiveException, cannot use IntPtr as return type for WinRT C++ / CX component in a C# consumer application.
You should be able to pass this type around to other WinRT languages and they can pass it back to your component.Answered | 6 Replies | 7576 Views | Created by BullyOwner - Tuesday, August 28, 2012 1:37 PM | Last reply by t-n-x - Friday, August 31, 2012 12:34 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 | 40425 Views | Created by Atamiri - Monday, September 26, 2011 9:12 AM | Last reply by jmorrill - Thursday, April 26, 2012 9:15 PM -
1 Votes
C++/CX
#ifndef GAMESCREEN_H #define GAMESCREEN_H #include "Screen.h" ref class GameScreen sealed : public ...Answered | 2 Replies | 4654 Views | Created by DualOpAmp - Thursday, July 5, 2012 7:00 PM | Last reply by DualOpAmp - Monday, July 9, 2012 3:46 PM -
0 Votes
implements a C++ DLL component for C#
See Creating a Windows Runtime in-process component sample (C++/CX) for the Official Windows SDK sample demonstrating this ...Answered | 1 Replies | 1606 Views | Created by assafdar - Monday, September 3, 2012 11:10 AM | Last reply by Rob Caplan [MSFT] - Tuesday, September 4, 2012 4:24 PM -
0 Votes
Automatic documentation for c++/cx
Have you tried using Doxygen with C++/CLI support enabled?Answered | 1 Replies | 1973 Views | Created by robertoprs - Wednesday, April 24, 2013 12:48 AM | Last reply by MikeBMcL - Wednesday, April 24, 2013 4:40 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 ...Answered | 4 Replies | 1643 Views | Created by ThisDisplayName1 - Wednesday, August 21, 2019 12:32 AM | Last reply by Gavin..Williams - Thursday, September 12, 2019 1:41 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 | 2419 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
[C++/CX] Getting Exception at Navigation for windows universal apps development using C++/Cx
As per my knowledge Windows universal app can be made by using C++/CX , C# or JavaScript.Answered | 1 Replies | 505 Views | Created by Sarthak Mirajkar - Sunday, March 6, 2016 11:58 AM | Last reply by Fred Bao - Monday, March 7, 2016 7:20 AM - Items 1 to 20 of 1260843 Next ›
No announcements