Replies: 6 comments 3 replies
-
Both You can find the source for that library here: https://github.com/dlemstra/Magick.Native and there are some minimal building instructions in the Building.md file in the root. |
Beta Was this translation helpful? Give feedback.
-
@dlemstra would be possible to you to build a separated version of Magick.Native with appcontainer directive? Thank you again! |
Beta Was this translation helpful? Give feedback.
-
Not sure if that would solve your issue maybe other things also need to change? Maybe we could do this in steps to test if it works? I could build a version and add a link here and go from there? This will probably take a while but hope that works for you. |
Beta Was this translation helpful? Give feedback.
-
@dlemstra It sounds good to me. I'm not sure if it would work but I think it worth to try. If you post a link where I can download and submit my app for a new certification on the store |
Beta Was this translation helpful? Give feedback.
-
Sorry for taking this long but I finally remember this. I created an x64 version of Magick.native that is compiled with the flags |
Beta Was this translation helpful? Give feedback.
-
I don't suppose there would be any chance of having a NuGet packing for the store compatible version? It sure would make things convenient. I noticed there was also interest for it on #186 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
System Configuration
-Windows 10 1803
-UWP application
-Windows SDK 17134
Question
I am having some issues to certify my app on Microsoft Store due some problems with Magick.NET-Q8-AnyCPU.dll
One possible solution is recompile the DLL with some linker directives: /safeseh /dynamicbase /nxcompat /appcontainer
Please, Could you give me some directions about how to proper recompile Magick.NET-Q8-AnyCPU.dll ? Where can I find the source code?
Thank you for all your work. The library is really good!
Beta Was this translation helpful? Give feedback.
All reactions