Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline uni  
#1 Posted : 06 August 2019 21:50:16(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
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

Edited by user 13 August 2019 15:27:55(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
thanks 2 users thanked uni for this useful post.
on 06/08/2019(UTC),  on 07/08/2019(UTC)

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline uni  
#2 Posted : 06 August 2019 23:28:27(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
πŸ“ 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

Edited by user 07 August 2019 18:13:55(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
thanks 1 user thanked uni for this useful post.
on 07/08/2019(UTC)
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.