Thread: Non-programmer needs a project compiled

  1. #1
    Registered User
    Join Date
    Apr 2019
    Posts
    1

    Non-programmer needs a project compiled

    I recently was reading an article posted on the National Institute of Standards and Technology.

    the article included a C++ project in a zip file. I obtained the entire project to do some science experiments, but since I am not a programmer, I really need help to get the project compiled.

    Naturally, i tried in vain to figure it out myself, but I figure there might be a kind soul to help me.

    below is an excerpt explaining programming matters beyond me. if you can help, please let me know.

    i can also post the zip file, if i am allowed by cprogramming.com. please advise on how you or anyone can help.

    thanks.

    2 Sample code
    The sample C++ code uses CoolProp(Bell et al., 2014) as the thermodynamic engine. In order to build the
    examples, you will need a C++11 compatible compiler (on Windows, the Microsoft Visual Studio 2015 compiler
    is used), git, python, and cmake installed. All of these pre-requisites can be freely obtained from the appropriate
    developer, or from the platform-specific package manager (for non-Windows-based operating systems).
    A distutils script setup.py is provided that can be used to install the psychrometry C++11-based python
    extension by executing this command at a prompt in the code directory: python setup.py install.
    The script build_psych.py can be used to build a monolithic testing program, and also a module for python
    compiled using the pybind11 package. The script can be run at the command prompt. If a compiler other than
    Microsoft Visual Studio 2015 is to be used (for instance on linux or OSX), the generator in the cmake command in
    build_psych.py should be changed. See the cmake documentation for more information about generators.
    Versions of code used (for replicability purposes):
    CoolProp version: 6.1.1dev
    CoolProp git revision: acf1f0549ab1b6cfec258f48fe2eff6b47b6fe5d

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I guess you're on Windows? The first thing to do would be to install the Windows versions of:


    The next part looks like it depends on what you're trying to do, but either way you need to know how to open a command prompt window and navigate to a directory and then run a command.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Project outbound looking for programmer
    By Morex in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 10-29-2012, 12:57 PM
  2. Beginner Programmer looking for help on project please
    By champaned_our in forum C++ Programming
    Replies: 4
    Last Post: 03-21-2012, 11:24 PM
  3. parser project needs C++ programmer
    By VirtualAce in forum C++ Programming
    Replies: 0
    Last Post: 02-04-2009, 05:28 PM
  4. Project is not compiled
    By Angel_Nog in forum C++ Programming
    Replies: 6
    Last Post: 04-06-2005, 04:58 AM
  5. Looking for a programmer to take over an RPG project
    By Josher in forum Game Programming
    Replies: 2
    Last Post: 05-02-2003, 12:02 AM

Tags for this Thread