Skip to content

Handling of native libraries #16

@pjominet

Description

@pjominet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions