How to build & distribute a library/DLL to be used by multiple Metro Style Apps
We have an advanced math library that we distribute in the form on static library as well as DLL in Windows versions older than Win8.
Now, we want to distribute the library for Win8 as well so that multiple Metro Style Apps can use them. How do we do that?
In what form should we build the library? Can I build the library in the form of a DLL and install in the Win8 system so that Metro Style Apps can use them (using a header file and interface library)? Is there a special process of installation required?
Thanks.