TinyPlugin

TinyPlugin - A guide to creating a simple extension. - Messages

#1 Posted: 8/6/2019 3:50:16 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility Platform lang C# lang VB.NET


📝 Links:

1. How to create plugins for SMath Studio
2. Command-line build with csc.exe
3. Template project for numerical plugin (VS2017, .Net 2.0+, C#)
4. SMath Studio Core documentation (CHM)
5. Developer Guide (partially obsolete)

For c#:

1. Create file build.cmd

Show Spoiler


2. Create source file CSTinyPlugin.cs

Show Spoiler


3. Build assembly using command: build CSTinyPlugin.cs

Also you can use drag and drop technique for this.

2019-08-06_23-41-19.png

You get CSTinyPlugin.dll

5. Copy CSTinyPlugin.dll to the C:\Program Files (x86)\SMath Studio\plugins folder and restart the program.

6. Test it.

2019-08-06_23-47-31.png

7. Read the SMath Studio Core documentation: SSCoreDoc.chm.

sscd.png
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
sergio 8/6/2019 4:11:00 PM, Davide Carpi 8/7/2019 9:13:00 AM
#2 Posted: 8/6/2019 5:28:27 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

📝 Links:

1. How to create plugins for SMath Studio
2. Sample compilation command lines (Visual Basic)
3. Template project for numerical plugin (VS2017, .Net 2.0+, VB.Net)
4. SMath Studio Core documentation (CHM)
5. Developer Guide (partially obsolete)

For vb.net:

1. Create file build.cmd

Show Spoiler


2. Create source file VBTinyPlugin.vb

Show Spoiler


3. Build assembly using command: build VBTinyPlugin.vb

Also you can use drag and drop technique for this.

2019-08-07_01-33-20.png

You get VBTinyPlugin.dll

5. Copy VBTinyPlugin.dll to the C:\Program Files (x86)\SMath Studio\plugins folder and restart the program.

6. Test it.

2019-08-07_01-34-49.png

7. Read the SMath Studio Core documentation: SSCoreDoc.chm.

sscd.png
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
frapuano 8/7/2019 11:22:00 AM
  • New Posts New Posts
  • No New Posts No New Posts