GithubHelp home page GithubHelp logo

fire988 / fakeshcore Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 2.0 9 KB

解决wails在win7下不能运行的问题,这是个假的shcore.dll,只导出一个函数,供wails框架调用

C++ 38.10% C 61.90%

fakeshcore's Introduction

解决wails项目在win7下不能正常运行的问题

wails项目之所以在win7下不能运行,主要是有两个原因造成:
1、wails项目编译的程序在启动的时候会检查WebView2的安装情况,如果未安装,会提示并可进行安装,但其检查的注册表项在win7下是不存在的。
2、wails项目程序会使用微软的Shcore库,这个库在win7下是没有的,因此无法运行,但其只调用了这个库的一个API,因此,如果写个同名的shcore.dll文件,导出这个函数,就可以解决运行的问题了。

本项目就是这个假的shcore.dll项目。

编译环境:Visual studio 2022

#如果不方便编译,可以直接下载本项目x64\release下的shcore.dll文件,将这个文件与你的exe程序放在一起即可。

fakeshcore's People

Contributors

fire988 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.