-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please build a static version #9
Comments
Hoping to use this miner version in a project of mine since this supposedly works on AMD R7's correct? However installing the runtime library isn't an option for me. Tried adding MSVCP140.dll and vcruntime.dll's to the folder where the miner is but that caused it to crash. Please statically link these runtime dlls by using the settings I provided above and post a release version. I would greatly appreciate that. |
sure, i can do that. |
You're the best man! |
ok, try https://github.com/maztheman/nheqminer/releases/download/v0.5a/v0.5a_AMD_Static.7z let me know if that works for you. |
Doesn't seem to work. Says MSVCR100.dll is missing. Did you make sure to in your Visual Studio, open Project properties -> Configuration properties -> C/C++ -> Code generation and change option Runtime Library to /MT instead of /MD for the specific build (release/debug) and version (x64/x86) of the project? |
yes there is about 6 projects that are all /MT
…On Thu, Dec 22, 2016 at 10:47 AM, basicsk8r13 ***@***.***> wrote:
Doesn't seem to work.
Says MSVCR100.dll is missing.
Did you make sure to in your Visual Studio, open Project properties ->
Configuration properties -> C/C++ -> Code generation and change option
Runtime Library to /MT instead of /MD for the specific build
(release/debug) and version (x64/x86) of the project?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZS8OuS-7Wn6zUfV6j4vIMjC6cr-GNeks5rKre8gaJpZM4LUIQ1>
.
|
That's very odd. I didn't have this problem ever with the original nheqminer that nice hash posted. Must be some setting being over looked :/ |
Possible to get a 0.4d build statically? Hoping to use just one binary instead of one for each platform and I believe 0.4d is that solution? |
I'm using your release version 4.0d but it requires the visual studio runtime dll's.
Can you go to Project settings -> C/C++ -> Code Generation -> Runtime library and set to either (MTd or MT).
Can't run this on machines without the runtime library and I can't get the source to compile or else I would do it myself.
Thank you.
The text was updated successfully, but these errors were encountered: