imagemagick icon indicating copy to clipboard operation
imagemagick copied to clipboard

Use foreing import capi in bindings

Open qnikst opened this issue 9 years ago • 0 comments

foreing import ccall does not catch interface changes, so it's possible to either generate functions for symbols that are missing (found at link time), or, even worse, pass wrong arguments to functions. See #41 .

qnikst avatar Jan 29 '16 10:01 qnikst