Wave:Development: Difference between revisions

From BlueM
Jump to navigation Jump to search
(added SVN repo URL)
(move to GitHub, TeeChart information)
Line 1: Line 1:
{{Wave_nav}}
{{Wave_nav}}
==Source code==
Source code and issues are managed on GitHub: https://github.com/bluemodel
==Compilation==
Compiling BlueM.Wave requires a [https://www.steema.com/product/net TeeChart .NET] Pro license.
For testing purposes, you can use the evaluation version of TeeChart by removing the file <code>My Project\TeeChart.licenses</code> from the project within Visual Studio. This will allow you to compile, but any charts will be displayed with a watermark.


==API==
==API==
Line 6: Line 14:
==Instructions==
==Instructions==
* [[Wave:AnalysisFactory|Creating a new analysis function]]
* [[Wave:AnalysisFactory|Creating a new analysis function]]
==SVN==
* https://svn.bluemodel.org/Wave/


[[Category:BlueM.Wave]]
[[Category:BlueM.Wave]]

Revision as of 03:37, 23 December 2021

Wave.png Wave | Development

Source code

Source code and issues are managed on GitHub: https://github.com/bluemodel

Compilation

Compiling BlueM.Wave requires a TeeChart .NET Pro license.

For testing purposes, you can use the evaluation version of TeeChart by removing the file My Project\TeeChart.licenses from the project within Visual Studio. This will allow you to compile, but any charts will be displayed with a watermark.

API

Instructions