I would like to use the compiled DLL available for MagickNet, located here:
http://midimick.com/magicknet/files/...ll.1.0.0.3.zip
But the version posted is not signed.
- Is there a signed version (strong name = true) of the MagickNet DLL for download somewhere ?
- When I compiled MagickNet myself, the resulting DLL was small (about 100KB) compared to the posted DLL on MidiMick.com (over 2MB). It seems the DLL posted has the IM libraries inside it. Is that true? Dependency walker shows no dependencies in the posted version. How are libraries imported into a DLL in VS2005?
Thanks!