Giter Site home page Giter Site logo

I'm unable to compile/build it about nodevfee HOT 4 CLOSED

demion avatar demion commented on August 27, 2024
I'm unable to compile/build it

from nodevfee.

Comments (4)

Demion avatar Demion commented on August 27, 2024
  1. Size can vary depending on Release or Debug build also depending on static or dynamic linking. ( I use Release build and static linking).
  2. Most likely you are using Debug build which is not configured, you can try build as Release or change settings:
    a. Project -> Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions -> add
    _CRT_SECURE_NO_WARNINGS
    b. Project -> Properties -> Linker -> Input -> Additional Dependecies -> add
    ws2_32.lib

To change linking type:
Project -> Properties -> C/C++ -> Code Generation -> Runtime Library -> set
static: /MT or /MTd (for debug)
dynamic: /MD or /MDd (for debug)

from nodevfee.

 avatar commented on August 27, 2024

Thanks for your answer. However, I'm still getting a few errors... I attached another screenshot for your review. Thanks for your support!
capture

from nodevfee.

Demion avatar Demion commented on August 27, 2024
  1. Project -> Properties -> General -> Platform Toolset change to toolset you have available (same version your Visual Studio is).
  2. If that does not help google / ask at stackoverflow. Seems like you have some problems with Visual Studio installation. Maybe this helps https://stackoverflow.com/questions/21029654/error-c1083-cannot-open-include-file-winsock2-h-no-such-file-or-directory

from nodevfee.

 avatar commented on August 27, 2024

That fixed it! I had an old SDK lol. Thanks again man!

from nodevfee.

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.