This commit is contained in:
Johan Laanstra 2019-10-29 08:23:44 -07:00
Родитель 559734bf41
Коммит ee4fa8cac4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,8 +6,8 @@ This project demonstrates how to get started authoring Windows Runtime
classes directly with standard C++, using the C++/WinRT SDK component
to generate implementation headers from interface (IDL) files. The
generated static library should be consumed by a single Runtime Component
or App project and the and types will automatically be added to that
binary.
or App project and the types will automatically be added to that binary.
To be able to instantiate types from the static library you need to
update the activation factory in the consuming binary to call the
activation factory exposed by this static library using code similar to: