No announcements
Found 997910 threads
-
1 Votes
How to passed Reference parameter to WinRT component by C#?
But you can pass out parameters.Answered | 2 Replies | 4183 Views | Created by istring - Tuesday, October 9, 2012 9:12 AM | Last reply by Marian Luparu - Thursday, November 8, 2012 7:04 PM -
0 Votes
ACK failure on C++/CX WinRT component with "In/out parameters are not supported."
I checked the WinRT component in the CustomDeviceAccess sample and that's using SAL annotations as well.Answered | 9 Replies | 4001 Views | Created by rdghosh - Thursday, August 23, 2012 11:50 PM | Last reply by rdghosh - Thursday, August 30, 2012 4:51 PM -
3 Votes
WinRT component using static library
Can the function parameters include STL classes (string, vector, etc) as well?Answered | 6 Replies | 10409 Views | Created by grp2331 - Thursday, August 9, 2012 10:09 PM | Last reply by grp2331 - Thursday, August 16, 2012 6:49 AM -
2 Votes
Problems creating WinRT Component DLL
VS registers your WinRT component when you build your solution.Answered | 9 Replies | 13652 Views | Created by Rainer Stropek - Sunday, October 9, 2011 7:52 AM | Last reply by Raman Sharma - Saturday, November 19, 2011 3:09 AM -
0 Votes
Deploy Brokered WinRT Components
Brokered WinRT Component Project Templates You can find guides regarding this here.Answered | 1 Replies | 682 Views | Created by imNeil - Thursday, October 8, 2015 11:02 AM | Last reply by Krunal Parekh - Friday, October 9, 2015 10:01 AM -
0 Votes
WinRT Component & WCF
Can I use WinRT Component in the WCF service?Answered | 1 Replies | 3987 Views | Created by ValeraV - Sunday, October 9, 2011 2:58 PM | Last reply by DavidLamb - Monday, October 10, 2011 11:40 PM -
0 Votes
How to create a C++ WinRT Component DLL project
WinRT is a native part of the Windows 8 OS.Answered | 3 Replies | 4412 Views | Created by davidhunter22 - Tuesday, September 20, 2011 11:02 PM | Last reply by Nishant Sivakumar - Wednesday, September 21, 2011 1:58 AM -
0 Votes
Calling WinRT component from an iframe?
Hi Yi, You can definitely call into WinRT from an iframe as I discussed in my previous reply.Answered | 3 Replies | 5382 Views | Created by Dong, Yi - Monday, November 28, 2011 12:41 AM | Last reply by Jeff Sanders - Friday, December 2, 2011 12:50 PM -
0 Votes
Colliding namespaces of WinRT component and WinJS
Yes the workaround is as follow: I declare a "foort" namespace instead of "foo" in the WinRT component.Answered | 8 Replies | 3336 Views | Created by phil_ke - Friday, March 2, 2012 2:54 PM | Last reply by phil_ke - Tuesday, March 6, 2012 9:26 PM -
1 Votes
Reference a C++ WinRT Component DLL
You have to do a Clean on your C++ WinRT component project.Answered | 1 Replies | 4071 Views | Created by diltsman - Tuesday, September 27, 2011 8:44 PM | Last reply by JeroMiya - Tuesday, September 27, 2011 9:21 PM -
0 Votes
WinRT C++ Component InvalidCastException
I have submitted the problem to the bugtracker as well :) We have tried this workaround, it works, however creating the component this way is too slow ...Answered | 8 Replies | 5014 Views | Created by ladeak - Thursday, January 12, 2012 2:08 PM | Last reply by ladeak - Thursday, February 2, 2012 5:26 PM -
0 Votes
WinRT component to use existing COM component DLL
Unfortunately there were no samples to demonstrate using your private COM components from a Metro style app using C++ in the Developer Preview.Answered | 1 Replies | 4107 Views | Created by alexhuang888 - Wednesday, January 18, 2012 8:26 AM | Last reply by DavidLamb - Saturday, January 21, 2012 2:25 AM -
0 Votes
System.ServiceModel.CommunicationException consuming SOAP Service from WinRT Component
So the only option is to consume them as they are (SOAP).Answered | 8 Replies | 3605 Views | Created by AlexandreJBRodrigues - Friday, August 31, 2012 10:20 AM | Last reply by AlexandreJBRodrigues - Saturday, September 29, 2012 10:16 AM -
0 Votes
Is memory created by new Array() stable for WinRT components?
my WinRT Component is written in C++ so .net related services cannot be used.Answered | 5 Replies | 3341 Views | Created by phil_ke - Monday, April 2, 2012 2:48 PM | Last reply by Matt Small - Tuesday, April 3, 2012 3:50 PM -
0 Votes
Accessing local WinRT components from published apps.
The components must be included in the app's package and all are certified and installed together.Answered | 1 Replies | 812 Views | Created by Mikhail Pozdnyakov - Wednesday, August 6, 2014 12:02 PM | Last reply by Rob Caplan [MSFT] - Wednesday, August 6, 2014 2:07 PM -
0 Votes
[C#][UWP] All about Brokered WinRT Components
Brokered Windows Runtime Components for side-loaded Windows Store apps object objects = new List<object>(items); ...Answered | 1 Replies | 801 Views | Created by imNeil - Friday, January 22, 2016 11:48 AM | Last reply by Krunal Parekh - Saturday, January 23, 2016 7:45 AM -
0 Votes
Access Denied When C# WinRT Component Tries to create file
Hello, I have a sample app (C++/CX Store app) that imports a C# .winmd (WinRT Component).Answered | 1 Replies | 3366 Views | Created by obece - Saturday, July 27, 2013 4:13 AM | Last reply by Rob Caplan [MSFT] - Saturday, July 27, 2013 5:22 AM -
2 Votes
Is there a way to hide a public method in a WinRT Component?
That's what I want... the method is now invisible for users of the component.Answered | 7 Replies | 869 Views | Created by pkursawe - Wednesday, July 16, 2014 7:57 AM | Last reply by pkursawe - Wednesday, July 16, 2014 10:08 AM -
2 Votes
How to pass pointer or reference to WinRT component by JavaScript?
The sample from MS shows the activitable class with MethodA(int i) public ref class MyClass ...Answered | 5 Replies | 5697 Views | Created by Greg Ma - Wednesday, October 26, 2011 4:26 AM | Last reply by Greg Ma - Monday, October 31, 2011 3:32 AM -
0 Votes
Passing Platform::String^ in a struct to and from WinRT component
Hello Everyone, I have a value struct in my WinRT component(C++) as follows public value struct ...Answered | 2 Replies | 3224 Views | Created by NewBieDev2012 - Monday, August 6, 2012 6:22 AM | Last reply by NewBieDev2012 - Tuesday, August 7, 2012 7:18 AM - Items 1 to 20 of 997910 Next ›
No announcements