File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vsix/ProjectTemplates/VC/Windows Universal/StaticLibrary Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This project demonstrates how to get started authoring Windows Runtime
66classes directly with standard C++, using the C++/WinRT SDK component
77to generate implementation headers from interface (IDL) files. The
88generated static library should be consumed by a single Runtime Component
9- or App project and the and types will automatically be added to that
10- binary.
9+ or App project and the types will automatically be added to that binary.
10+
1111To be able to instantiate types from the static library you need to
1212update the activation factory in the consuming binary to call the
1313activation factory exposed by this static library using code similar to:
You can’t perform that action at this time.
0 commit comments