Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphical tool #22

Open
anmac1789 opened this issue Nov 30, 2022 · 13 comments
Open

Graphical tool #22

anmac1789 opened this issue Nov 30, 2022 · 13 comments

Comments

@anmac1789
Copy link

How to use the graphical tool ?

@anmac1789
Copy link
Author

Nobody has responded on how to use the GUI tool is this being developed?

@RobG-BW
Copy link

RobG-BW commented Apr 11, 2023

there is no graphical tool. this is a library for applciation development. (who could create a GUI using it.)

@DinoChiesa
Copy link
Owner

There IS a graphical tool, it uses the same name as the library.
https://photos.app.goo.gl/yarKXLteaLfcoxb77

To use it to UNzip:

  1. make sure to click the tab at the top labeled "Read/Extract"
  2. in the top text box, browse to the desired ZIP archive.
  3. click "Open". you will see the list of files in the archive
  4. Specify the destination directory for the extracted files
  5. click "Extract"
  6. done

And then something similar for Creating zip archives.

@anmac1789
Copy link
Author

But how do I use the graphical tool instead. What do I have to do to start it ?

@anmac1789
Copy link
Author

anmac1789 commented Aug 9, 2023

Nobody has responded to properly get that graphical tool started. Where is it found? like literally the GUI tool on the homepage

CropperCapture19

This tool I am talking about

@tuotuozhanshi
Copy link

If you find the way to use the graphical tool ,please tell me. I'm in the same problem as you.

@anmac1789
Copy link
Author

I have yet to hear from anyone regarding this...this hasn't been updated in 6 years..

@RobG-BW
Copy link

RobG-BW commented Aug 19, 2023

you have to download the library and compile the example.
while it compiles. for me, it fails to run with a security error "attempt by security transparent method ... to call native code."
i use the NuGet library, not the example app so no problem for me.

@anmac1789
Copy link
Author

I'm a beginner when it comes to using these libraries and compiling. Am I supposed to do this with Java ?

@tuotuozhanshi
Copy link

Thanks RobF-BW. I bypassed this question. You can use this tool throw C#(visual Studio):

  1. download DotNetZip from NuGet library
  2. use DotNetZip throw:
    using (ZipFile zip = new ZipFile()) { zip.UseZip64WhenSaving = Zip64Option.Always; zip.AddFile(src); zip.Save(aim); }

But i still can't find the graphical tool.

@anmac1789
Copy link
Author

The Nuget DotNetzip library link on the home page is offline it's not even available

@tuotuozhanshi
Copy link

You have to open your C# project in Visual Studio and open NuGet in reference. Then, you can search DotNetzip from library.

@anmac1789
Copy link
Author

Is this project still in development or abandoned ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants