04-19-2025, 09:54 AM
Hi Yumda,
this is information from litdev's homepage:
The extensions are written in C# and use the .Net 3.5 framework for versions of Small Basic up to 1.0. Small Basic version 1.1 onwards and its extensions require .Net 4.5 which is available for Vista onwards and pre-installed on Windows 8 onwards.
Currently using .Net 4.8. If required, you can download .NET Framework 4.8 runtime from official MS site.
I haven't found any more recent documentation for creating SB extensions.
The existing one should be sufficient.
However, the target framework in the project properties must be set to ".NET Framework 4.5" or ".NET Framework 4.8."
If they don't appear in the selection, they must be downloaded first.
this is information from litdev's homepage:
The extensions are written in C# and use the .Net 3.5 framework for versions of Small Basic up to 1.0. Small Basic version 1.1 onwards and its extensions require .Net 4.5 which is available for Vista onwards and pre-installed on Windows 8 onwards.
Currently using .Net 4.8. If required, you can download .NET Framework 4.8 runtime from official MS site.
I haven't found any more recent documentation for creating SB extensions.
The existing one should be sufficient.
However, the target framework in the project properties must be set to ".NET Framework 4.5" or ".NET Framework 4.8."
If they don't appear in the selection, they must be downloaded first.