Ghostscript-API-Wrapper icon indicating copy to clipboard operation
Ghostscript-API-Wrapper copied to clipboard

Import DLL dynamically instead of statically

Open CCRDude opened this issue 1 year ago • 0 comments

Currently, the code has static imports for the DLL functions. This causes the program to not even run if the DLL is missing.

It's better to load DLLs dynamically, so the program can react with a useful error message.

CCRDude avatar Nov 22 '24 11:11 CCRDude