djm34 / sgminer-msvc2015

sgminer-gm with msvc2015 support
GNU General Public License v3.0
22 stars 25 forks source link

not working on windows 7 #3

Closed buzztiaan closed 7 years ago

buzztiaan commented 7 years ago

seems you linked to api-ms-win-core-libraryloader-l1-2-0.dll which doesnt exist for windows7

could you maybe clear those linking , you should be using mincore.lib according to this; https://answers.microsoft.com/en-us/windows/forum/windows_10-files/missing-api-ms-win-core-dlls/d99d1368-0f92-43db-bbdb-7d080f1f96e9

djm34 commented 7 years ago

It is supposed to be a static build... I think it would probably be better to rebuilt it on win7. anyhow, I added in the release, an exe built without mincore.lib (sgminer_nomincorelib.exe).

buzztiaan commented 7 years ago

Sadly nope, it still gives exact same error

djm34 commented 7 years ago

9 days to give a feedback... hmm well you need to recompile on win7

klugev303 commented 6 years ago

have the same error on Windows 7 x64. What should we do? You will help?