Build Ghostscript from source (PC version)
Microsoft Environment for WinRT
Ghostscript can be built as a win32 library for use in a Windows Runtime application or Windows Runtime component. WinRT requires Microsoft Visual Studio 2012 to build. There is a solution file that can be downloaded in VS 2012 to the winrt directory
The WinRT application or component should include iapi.h from gs / psi and a link with gsdll32metro.lib from gs / debugbin or gs / releasebin. Also, any application that uses ghostscript either directly or through a component should add gsdll32metro.dll as its βcontentβ. This inclusion dll is necessary for it to be packaged with the application. If you want to run the debugger in ghostscript, then gsdll32metro.pdb should also be added as content.
From GhostScript 9.21 Documentation
Yes, I understand that this issue is half a decade.
source share