Quote:
Originally Posted by audiofeel
Hello.
Could you please let me know if it is possible to move the core logic of SharpSFV into a DLL (class library)?
I would like to use the SFV/hash calculation and verification functionality from another application, without running the exe or GUI.
For example:
move the core logic into a separate library project...callback
keep the current application as a wrapper over it
I understand if this is not planned — I just wanted to ask.
Thank you for the project.
|
I think this would be an entirely different project, since SharpSFV relies heavily on the System.IO.Hashing package for checksum validation/generation. Unfortunately I've got no experience with creating DLLs, I'll have a look into it over the weekend.