You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This article describes what needs to be done if you want to create an application that uses the OpenDAModelProvider interface of deltashell to work with DS models. I created a windows forms application using the 'zip' file from the nightly build.

1 Create a folder D:\ODA
2 Download deltashell.zip and extract it to D:\ODA\shell

3 Create a windows forms application called 'Runner' in D:\ODA\Runner
3.1 Add references to the following assemblies :

DeltaShell.Plugins.OpenDA
OpenDA.DotNet.AdditionalInterfaces
OpenMI.Standard2
DelftTools.Shell.Core
DelftTools.Units
DelftTools.Utils
DeltaShell.Core
log4net

  • No labels