Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rockfordlhotka/brokeredcomponent
This is a demo solution that shows how to create and use a brokered component in WinRT.
https://github.com/rockfordlhotka/brokeredcomponent
Last synced: 3 days ago
JSON representation
This is a demo solution that shows how to create and use a brokered component in WinRT.
- Host: GitHub
- URL: https://github.com/rockfordlhotka/brokeredcomponent
- Owner: rockfordlhotka
- Created: 2014-08-19T05:02:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T05:28:03.000Z (over 9 years ago)
- Last Synced: 2024-05-01T13:57:47.243Z (7 months ago)
- Language: C#
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BrokeredComponent
====
This is a demo solution that shows how to create and use a brokered component in WinRT.A brokered component is a Win32 .NET assembly that can be called by a WinRT app. To make this possible there
is a proxy/stub project in C++ that brokers the cross-process call from WinRT to Win32.Resources:
* http://devhawk.net/2014/04/25/brokered-winrt-components-step-one/
* http://msdn.microsoft.com/en-us/library/windows/apps/dn630195.aspxTo run:
* Build the BrokeredComponent.sln solution
* Run the serverprep.bat script as Administrator
* Open the WinRTClient.sln solution and run it