Is it possible to use COM objects in MetroStyle apps? I wanted to develop a simple app that uses MediaMonkey’s API through COM.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general it is not possible to use existing COM objects from a metro style application. There are some exceptions, but almost all existing COM objects will be blocked at runtime.
Your best bet is to see if the MediaMonkey folks can repackage their API as a winrt component and then add that component to your package.