Small Basic Forum
ZS Extension. - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3)
+--- Thread: ZS Extension. (/showthread.php?tid=100)

Pages: 1 2 3 4 5 6 7


RE: ZS Extension. - litdev - 08-13-2024

Great - start with a new WPF project in SharpDevelop - maybe even put it on github, and as you work on it, I can help or give you some pointers.


RE: ZS Extension. - z-s - 08-15-2024

Sorry litdev
I can't currently learn wpf as I am after a big work of ZS extension.
I guess you would have heard about the great Raylib for game development.
There is a csharp version of it also known as Raylib_cs
After finding I found it's nuget package for .net 4.5
I tried to make a extension for small basic on Raylib and it worked I was succeeded in using Raylib in small basic Smile
I am working few days on it and soon publish it for small basic as it will take long time because Raylib is very vast.
But it could be feature of small basic games.
I am very happy that I could be able to use Raylib in small basic by ZSRaylib.
After this project I will learn wpf


RE: ZS Extension. - z-s - 08-19-2024

litdev i dont know what happened but this dll doesnt show all classes in SB
please help Sad
https://www.mediafire.com/file/gwynq8rjaeio6p0/ZS.zip/file


RE: ZS Extension. - litdev - 08-19-2024

Hi ZS,

I found the issue debugging SB-Prime (in function LoadExtensions) - you said you can build SB-Prime so this is a good use for it.

The issue is that an exception is thrown while loading method ZSColour (subsequent methods not loaded)

Could not load file or assembly 'Raylib-cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.


RE: ZS Extension. - z-s - 08-26-2024

I got any error in Raylib old version for system.numerics.

I could use any other wrapper for Raylib but I am thinking for something new for sb


RE: ZS Extension. - z-s - 08-28-2024

Work again started now i am using older version of raylib cs which use version 3 of real Raylib


RE: ZS Extension. - z-s - 09-04-2024

new preview release dont add to Extension Manager

https://www.mediafire.com/file/pp3twqc95zq4h3w/ZS.zip/file

ZSWpf for what litdev said to learn.
ZSThread this may solve AB problem for increasing speed using multiple thread.

ZSWPf : NRTV163.000
ZSThread : LZZC975.000


RE: ZS Extension. - z-s - 09-14-2024

Hii litdev i have some problems in extension so i nedd sb prime to see whats wrong using console.
i tried to open it source code in sharp develop but it has some error with nuget package and docking window.
i cant find problem in my extension so i want a feature in sb prime.
could you add a option to see errors like in console when load extension.


RE: ZS Extension. - litdev - 09-14-2024

Uploaded update version of SB-Prime that reports errors loading extension objects (reported in SB-Prime output window).


RE: ZS Extension. - z-s - 09-17-2024

It still just show unable to load one or many types see loaderexception property for more details.
I don't know what is loaderexception property but if you implement it may help