Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

However, it is recommended that you take advantage of the OpenMI software development kit (SDK) provided by OATC. You can download the SDK from http://sourceforge.net/projects/openmi/. This SDK is programmed in C#, so if you are using the Java standard see instruction given here (How to get started with OpenMI 1.x and Java). The SDK also includes the OpenMI standard, which means that you do not need to download the OpenMI standard from http://www.openmi.org if you are using the SDK.

...

  • You can add your new projects to the Oatc.OpenMI.Sdk solution and simply reference the SDK projects from you projects. *
  • You can install the SDK assemblies into the General Assembly cache (GAC) and reference these from whatever project.
  • You can reference the SDK assemblies directly as a file reference.

...