| Marketplace
Sign in
Visual Studio>Tools>Dewesoft X Extensions

Dewesoft X Extensions

DEWESoft d.o.o.

|
112 installs
| (0) | Free
Dewesoft X Extensions

Requires Dewesoft X3 SP8 and Visual Studio 2017 (15.6 or newer).

Please uninstall the plugin version 5.5.4 or older before installing this one or it might result in UI snippets not working properly.

Tutorial: Basic custom plugin development in C++.

A "New project..." wizard for a C++ plugin

The wizard enables you to easily create and set up everything you need to start developing your own DewesoftX plugin.

It will scaffold 3 projects:

  • Plugin
    • Dewesoft interface through DCOM.
    • UI manipulation.
  • PluginLib
    • Business logic, that is Dewesoft independent and can be easily testable or turned into a DLL used elsewhere.
  • PluginTest
    • Unit tests for the PluginLib (using Google Test).

Changelog:

v7.0.2

  • Updated to support newer Dewesoft RT
  • DCOM functionality split from CommonLib into a spearate library DComLib

v6.1.0

  • Reworked and simplified MathPlugin working with channels and contexts

v6.0.1

  • Visual Studio in Administrator mode
    • Visual Studio does not crash anymore when MUI Designer is opened in administrator mode.

v6.0.0

  • New Project template for Math plugin

    • Wizard will take care of everything that needs to be set so you can easily start developing your own Math plugins.
  • Flicker removed

    • MUI Designer does not flicker anymore when editing large XML files.
  • Common Lib

    • Common library is now packed with the installer.
  • System variables

    • Common and MUI library moved to %appdata% folder. MUI3_LIB_PATH and COMMON_LIB_ROOT variables will be set there.
  • XML engine

    • XML engine is replaced by a new, better one, which allows you to load your own XMLs.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft