How can I install LitDev extensions for Small Basic?

최광훈 31 Reputation points
2023-01-04T23:40:04.023+00:00

How can I install LitDev extensions for Small Basic?

I am asking this question because I've found a supporting website

http://litdev.co.uk

not accessible.

A github repository

https://github.com/litdev1/LitDev

doesn't seem to include XML files that an installation instruction mentions in

https://social.technet.microsoft.com/wiki/contents/articles/36123.small-basic-download-and-install-the-litdev-extension.aspx.

To build LitDev.dll from dll files in the repository, ILMerge.exe, a utility that merges multiple .NET assemblies into a single assembly,

https://github.com/dotnet/ILMerge

is necessary but it doesn't seem to be supported anymore.

Thanks for your help in advance!

Kwanghoon

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. LitDev 126 Reputation points
    2023-08-31T17:27:09.3366667+00:00
    2 people found this answer helpful.

  2. Scout 136 Reputation points
    2023-01-05T11:19:00.597+00:00

    The Hello World release zip file LitDev_v1.2.zip contains the extension LitDev.dll and the XML files:


    276437-release-hello-world.jpg

    276420-litdev-v12-zip-hello-world-github.jpg

    After unpacking into any directory, the files LitDev.dll and the XML files can be copied into the Small Basic subdirectory /lib.

    The path is C:\Program Files (x86)\Microsoft\Small Basic\Lib

    1 person found this answer helpful.
    0 comments No comments