-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi
I do not really understand how the native should be handled.
I added my own 7z.dll like so
SharpSevenZipBase.SetLibraryPath(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Dependencies", "7z.dll"));But when I build i still get folders to x86/7z.dll and x64/7z.dll in my output folder. Do I need to use those finally? Or if I can use my own version, how can i prevent to build to output them anyway?
I also have trouble understanding what this means: "You can specify the path to a 7-zip dll (7z.dll, 7za.dll, etc.) in LibraryManager.cs at compile time", as i cannot find a way to access LibraryManager from my code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels