Giter VIP home page Giter VIP logo

theme-explorer's People

Contributors

mity avatar zzhiyi 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar

theme-explorer's Issues

some memory leaks...

  1. There are a bunch of GetDC() calls inside db.c. They all require ReleaseDC() pair calls.
  2. There are some GetThemeBitmap() calls inside main.c. Even specifying GBF_DIRECT as flag they seem to make anyway a copy of the bitmaps according to my environment test. Not deleting them afterwards will cause leaks. You can see it on the GDI handles column from task manager.

How to build it with VS2017?

Is this repo still maintained?

I'm attempting to build this project with VS 2017.

First off, there's no VS solution included in the source package. So I built it by using File -> New -> Project from Existing Code and by specifying your "src" folder. Then after adding all sorts of missing .libs and removing hardcoded manifest resource there are two main issues:

  1. When I'm trying to open the "resources" in VS, it gives me this error:
    https://i.imgur.com/zqibY9k.png

  2. Even after I managed to compile the code (ignoring multiple warnings), the executable doesn't seem to be showing any themes. Here's a comparison to your binary:
    https://i.imgur.com/nCtDZcq.png

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.