GithubHelp home page GithubHelp logo

dew-research / dewlabstudio-netframework-samples Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 2.0 8.79 MB

Sample programs showing how to use Dew Lab Studio for .NET Framework 2.0-4.8. Samples use Winforms and Visual Studio .NET, but are applicable to WPF as well.

C# 94.23% Rich Text Format 5.77%
wpf-control net-csharp-winforms csharp winforms math-library numerical-methods numerical-analysis numerical-integration numerical-optimization high-performance-computing

dewlabstudio-netframework-samples's Introduction

Dew Lab Studio .NET for .NET Framework samples

Sample programs showing how to use Dew Lab Studio for .NET Framework (v2.0-4.8)

Dew Lab Studio for .NET Framework contains several products. For each product there is a separate "main" demo project, which contains multiple independent examples. The .NET Core (5.0 and newer) samples are in a separate repository.

You'll need Dew Lab Studio for .NET evaluation or registered version to run the samples on this repository. Fully functional evaluation versions can be obtained from the public NuGet repository as "Dew Lab Studio". Dew Lab Studio is available in three editions:

  • Windows Edition. Includes Hardware Acceleration library and runs only on Windows. (net20, net50, net50-windows, net60, net60-windows), (32bit and 64bit) Automatically referenced by the sample project.
  • Core Edition. Runs on all .NET Core supported platforms, but without Hardware Acceleration library. (net50, net60), (32bit and 64bit)
  • Linux Edition. Includes Hardware Acceleration library and runs only on Linux. (net50, net60) (64bit)

VS.NET 2015 and newer should be able to automatically restore missing NuGet packages when attempting to build. If not, install "Dew Lab Studio" NuGet from the public repository for the solution first by using the NuGet Package Manager.

Important

When targeting .NET Framework, inside of the solution folder there will be a "Packages" folder created during the build. Within this folder locate

.\packages\Dew.Math.X.0.Y\runtimes

And copy x86 content (dlls) to

C:\Windows\SysWO64\

and x64 content to

C:\Windows\System32\

Failure to do so, will give an error when trying to run the application:

The type initializer for 'Dew.Math.Units.MtxVec' threw an exception.

or in German:

Der Typeinitialisierer für "Dew.Math.Units.MtxVec" hat eine Ausnahme Verursacht.

When targeting .NET Core, these dlls are referenced in a different way and copying is not needed.

To correctly checkout/pull a CRLF must be enabled for your GIT!! Although not used by the source files, some sample data files could be affected.

dewlabstudio-netframework-samples's People

Contributors

atma9 avatar

Stargazers

 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.