Giter VIP home page Giter VIP logo

Comments (1)

johncblacker avatar johncblacker commented on July 1, 2024

After several days of going into and out of "rabbit holes" trying to fix the problem, I finally solved it. I downloaded the install for Freetype2351 available as a freetype.2.3.5-1-setup.exe. This creates a directory in the root Freetype2351 and in the /bin is the freetype6.dll, in the /lib is freetype.lib. I built my app and linked using the freetype2351 directory's /include and /lib and my app compiled and linked with no errors. So, my curiosity got me to use the Microsoft utility DUMPBIN to see what the differences were between the two freetype.lib's and discovered that the freetype.lib included in your library produced different results from the freetype.lib in freetype2351. The command is: DUMPBIN /EXPORTS freetype.lib. As I said I ran this against each of the freetype.lib's and redirected the output to files which I have available for perusal. freetype2351-freetype-lib-exports.txt
freetype291-freetype-lib-exports.txt

from freetype-windows-binaries.

Related Issues (14)

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.