TinyPlugin

TinyPlugin - A guide to creating a simple extension. - Сообщения

#1 Опубликовано: 06.08.2019 15:50:16
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: 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

Показать спойлер


2. Create source file CSTinyPlugin.cs

Показать спойлер


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 пользователям понравился этот пост
sergio 06.08.2019 16:11:00, Davide Carpi 07.08.2019 09:13:00
#2 Опубликовано: 06.08.2019 17:28:27
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: 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

Показать спойлер


2. Create source file VBTinyPlugin.vb

Показать спойлер


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 пользователям понравился этот пост
frapuano 07.08.2019 11:22:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений