Git Product home page Git Product logo

Comments (9)

dimecoin avatar dimecoin commented on June 29, 2024

Are you building on Windows 7 ? I was able to build on Windows 7 by using the Windows 8.1 SDK

If not, make sure your linker paths are setup correct. That is, you need to link against the included rapidjson and crypto directories:

C:\dimecoin\projects\xmr-stak-cpu\crypto;C:\dimecoin\projects\xmr-stak-cpu\rapidjson;%(AdditionalLibraryDirectories)

from xmr-stak-cpu.

Pamnki avatar Pamnki commented on June 29, 2024

Im using Windows 10. I tried to put

D:\Users\PwnK\Downloads\xmr-stak-cpu\crypto;D:\Users\PwnK\Downloads\xmr-stak-cpu\rapidjson;%(AdditionalLibraryDirectories)

to Additional Library Directories but it didn't fix the problem.

from xmr-stak-cpu.

dimecoin avatar dimecoin commented on June 29, 2024

Did you add files as existing items or as reference?

from xmr-stak-cpu.

Pamnki avatar Pamnki commented on June 29, 2024

I added the files using File, New, Project From Existing Code and chose Visual C++ and then I just chose the folder location.

from xmr-stak-cpu.

dimecoin avatar dimecoin commented on June 29, 2024

ah, I see, I just did new project. you also need to link again 'ws2_32.lib'

from xmr-stak-cpu.

Pamnki avatar Pamnki commented on June 29, 2024

That fixed the problem. Thank you!

from xmr-stak-cpu.

fireice-uk avatar fireice-uk commented on June 29, 2024

dimecoin - rapidjson is all header files, nothing to link against

crypto is c, but msvc will link it as long as it is added to the project.

from xmr-stak-cpu.

dimecoin avatar dimecoin commented on June 29, 2024

Yea, I was wrong here. Those don't need to be in lib path. Just need to link against 'ws2_32.lib' and it should work.

from xmr-stak-cpu.

M-AMAIRI avatar M-AMAIRI commented on June 29, 2024

thank you @dimecoin :)

from xmr-stak-cpu.

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.