Giter VIP home page Giter VIP logo

Comments (3)

rikyoz avatar rikyoz commented on June 12, 2024

Hi!

i use centos6 gcc 4.9.2 to build 7z.so , bit7z.a ,and xxx.so(using bit7z.a)

Are you building the 7z.so from the 7-Zip project or from p7zip?

On Linux and MacOS, 7-zip v23.01 introduced breaking changes to the IUnknown interface. If you build bit7z for such a version of 7-zip (the default), it will not support using the shared libraries from earlier versions of 7-zip (or from p7zip).

In the past, bugs similar to yours have been caused by this breaking change, so the BIT7Z_USE_LEGACY_IUNKNOWN option was introduced to make bit7z compatible with older 7-zip and p7zip libraries.

Does building bit7z with the BIT7Z_USE_LEGACY_IUNKNOWN option enabled (i.e. -DBIT7Z_USE_LEGACY_IUNKNOWN=ON) fix the problem?

from bit7z.

wzwangyike avatar wzwangyike commented on June 12, 2024

i change cmake to case this bug..so sorry fot this bug

from bit7z.

rikyoz avatar rikyoz commented on June 12, 2024

No problem!

Thank you for using this library! 🙏

from bit7z.

Related Issues (20)

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.