Giter Site home page Giter Site logo

Comments (5)

libaineu2004 avatar libaineu2004 commented on September 24, 2024

msvc 2017

from skia.

dacap avatar dacap commented on September 24, 2024

Hi @libaineu2004, check if you can download the debug artifacts from the latest CI action: https://github.com/aseprite/skia/actions/runs/53619013

These libraries are compiled with clang for msvc, could you check if you can use them in msvc 2017? Thanks!

from skia.

libaineu2004 avatar libaineu2004 commented on September 24, 2024

Hi @libaineu2004, check if you can download the debug artifacts from the latest CI action: https://github.com/aseprite/skia/actions/runs/53619013

These libraries are compiled with clang for msvc, could you check if you can use them in msvc 2017? Thanks!

Thank you. My project is using the native msvc compiler, the computer does not have the clang compiler installed, so I cannot use the library files you provided. Is there a binary library file generated by native msvc compilation?

from skia.

dacap avatar dacap commented on September 24, 2024

Actually we are linking these libraries with a project using MSVC, Clang produces (or should produce) compatible libraries with MSVC (we are compiling with clang but using the MSVC static runtime -MT and -MTd).

from skia.

libaineu2004 avatar libaineu2004 commented on September 24, 2024

Actually we are linking these libraries with a project using MSVC, Clang produces (or should produce) compatible libraries with MSVC (we are compiling with clang but using the MSVC static runtime -MT and -MTd).

  1. Will the binary files that have been released on the website be used in the native msvc compiler project? Looking at your reply, it seems to be ok. really?
  2. My project uses the MSVC dynamic library runtime, MD, MDd. So using these libraries to compile failed. Because my project also uses other third-party dynamic libraries, the main program cannot be modified to MT and MTd.
  3. Can you compile the binary file of the dynamic library? Then publish it.
    Thank you

from skia.

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.