Giter VIP home page Giter VIP logo

cdatefunctions-source's Introduction

cDateFunctions-Source

Includes source code of DLL files used in cDateFunctions repository.

Windows Workflow

You'll need to have rust and c++ compiler + Mathematica to access the header + lib file. If you hadn't:

  • Visit Rust official page and follow steps to download rust.
  • Visit Visual Studio Download page install a version (I'd used community version). After installing, open "Visual Studio Installer" > "Modify" > check "Desktop Developement with C++" and click "Modify" (it'll download necessary files).

Steps to build the project:

  1. Build the rust project.

  2. Create a C++ Project in visual studio.

    1. Include Mathematica headers folder (example: "C:\Program Files\Wolfram Research\Mathematica\13.0\SystemFiles\IncludeFiles\C")

    2. Link "wstp64i4m.lib" from Mathematica installation folder (example: "C:\Program Files\Wolfram Research\Mathematica\13.0\SystemFiles\Links\WSTP\DeveloperKit\Windows-x86-64\CompilerAdditions")

    3. Link "cDateFunctionsLibraryLink.dll.lib" from rust "target/release" folder. (this file will be created if you execute step 1)

    4. build the project.

After following these steps, you'll have 2 dll files:

  • "cDateFunctionsLibraryLink.dll" from building rust project which include main functions
  • "cDateFunctionsLibraryLinkInterface.dll" from building C++ project which include the interface to connect to Wolfram-Language

cdatefunctions-source's People

Contributors

ben-izd avatar

Watchers

 avatar  avatar

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.