Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はスレッドで Ghostscript Dll を使用していますが、AccessVoilation の例外をスローしています。なぜそうなのか、助けていただけますか。よろしくお願いします: Usman
API ドキュメントには、次のように記載されています。
Win32 DLL gsdll32.dll は複数のプログラムで同時に使用できますが、各プロセス内で 1 回だけ使用できます。
したがって、Ghostscript インスタンスを同時に実行するには、スレッドではなく子プロセスを使用する必要があります。