Giter VIP home page Giter VIP logo

q7zip's People

Contributors

zalafina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

q7zip's Issues

解压缩失败的问题

此情况是在解压单个文件时出现的
如果有同学遇到类似的问题需要注意一下,这里解压缩有个路径问题,
在on_Extract7zButton_clicked这个函数中
if (true == QFileInfo::exists(fileinfo.absolutePath())){ output_path = fileinfo.absolutePath() + "/" + fileinfo.baseName(); }
如果这样直接解压的话会存在路径问题,因为文件名那个目录是没有创建的,可以在附近或者后续增加一个判断去创建,或者说把上面的baseName去掉
另外一个是关于版本的,如果有同学想提升7z的版本,直接提升即可,基本不影响,可以查看相关代码

Unable to load 7z.dll

Hello, I've tried to start the program. The compiling process is worked, but when I start the built program, it shows that the 7z.dll load failure!!!
Mine: vs2015 x64 , Qt creator:4.15.0, win10 x64

Not Working

the error code is :
error lnk2019: unresolved external symbol __imp_charupperw refrenced function "bool _cdecl IsString prefixed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.