WIndows store create app packages not working with third party dll
During the development of my Monogame game, I needed a calculation
library, and included a library called Jace. This works fine; however,
when I try to generate an Appx package for deployment to the Windows
Store, I get an error that the namespace for Jace can't be found.
My guess is that this means that I can't use a third party library. Is
this the case and, if so, is there a way around it, or do I need to
rewrite the entire library inside my Store App?
No comments:
Post a Comment