We have win32\C++ app with Desktop Bridge and .winmd library (yes it's library) -- how we can make them friends?

konstantin bart
1
Reputation point
Usual method to add .winmd file like a reference (UWP style) didn't works cause there is no even buttons to do this in win32 project
Walkthrough: Create and use your own Dynamic Link Library (C++) <-- but this example about .DLL library with .LIB file! And we have .WINMD, .PRI, .PDB files with library for link to our project!
The library that we want to use is Vungle SDK --> https://publisher.vungle.com/sdk/sdks/windows
I'm sorry to say that the Vungle SDK is a third party library and questions about installing and using Vungle SDK is not supported on Microsoft Q&A. Please ask in Vungle's Official forum about how to use this SDK in a win32/C++ application.
But .winmd and Visual Studio products of MS and question not about Vungle SDK it's about MS technologies -- how make friends win32 project and .windm library?
Sign in to comment