You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrate how to use Dynamic Dependencies API to load MSIX framework packages in any application
extendedZipContent
path
target
LICENSE
LICENSE
Dynamically load MSIX framework packages from your application
Dynamic Dependencies is an API in the Windows App SDK that enables applications the ability to dynamically load MSIX framework packages. This sample demonstrates how to use those APIs to dynamically load the DirectX Runtime MSIX framework package.
The C++ DirectX sample (D3D9Ex) is built using the older DirectX9 SDK, but updated to show how to use Dynamic Dependencies and the DirectX Framework package instead of the DirectX redist.
Since the sample is unpackaged, make sure to also install the prerequisites for deploying unpackaged apps to ensure that the appropriate MSIX dependencies are installed.
DirectX SDK dependencies: To build and run the DirectX sample, you need to download and install the following: