Small Basic Forum
Small Basic In Sharp Develop - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: C# Moving from Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=6)
+--- Thread: Small Basic In Sharp Develop (/showthread.php?tid=111)



Small Basic In Sharp Develop - z-s - 07-25-2024

Hii Litdev
Today I Tried To Download Small Basic Repo From Github.
I Updated Its .csproj File As You Said Before.
(05-03-2024, 11:16 AM)litdev Wrote: I did manage to get SharpDevelop to compile and run SB-Prime. Big Grin

1] Need to change csproj files as described before for ToolsVersion 4.0 and TargetFrameworkVersion 4.5.2
But I Am Getting This Error Please Help.

   


RE: Small Basic In Sharp Develop - litdev - 07-25-2024

Not easy, plent of code and settings changes even in Visual Studio - I never got old SB to compile.

No simple fix - lots of googling!


RE: Small Basic In Sharp Develop - z-s - 07-25-2024

Bad Luck!
Cry

We Are Very Active At Night

Time Difference Dont Lets Us Talk Much Its Good Night In My Country.


RE: Small Basic In Sharp Develop - z-s - 08-05-2024

I really wanted to the source code of smallbasiclibary and compiler to work in sharpdevelop I wanted to add some functions and study the code of it I tried and it opened in sharpdevelop but then it had no files in it.


RE: Small Basic In Sharp Develop - litdev - 08-05-2024

(08-05-2024, 06:14 AM)z-s Wrote: I really wanted to the source code of smallbasiclibary and compiler to work in sharpdevelop I wanted to add some functions and study the code of it I tried and it opened in sharpdevelop but then it had no files in it.

You can study the code with dnSpy.  I have no idea what 'it had no files in it' means.

What is it you want to add to SmallBasicLibrary.dll that you cannot do in your extension?

What do you want to change in SmallBasicCompiler.exe?  Any changes would probably make it incompatible like sVB.

Decompiling SmallBasicLibrary.dll and SmallBasicCompiler.exe should be easier than SB.exe, but probably a lot of work in SharpDevelop.