We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ZS Extension.
#81
Finally got a new PC and will start playing with CSharp again
ZS
[-] The following 3 users Like z-s's post:
  • AbsoluteBeginner, litdev, sm4llprogrammer2008
Reply
#82
Will you continue the Z-S extension sometime? I wished it got new features like sVB support (LD extension only works for sVB right now)
[-] The following 1 user Likes sm4llprogrammer2008's post:
  • z-s
Reply
#83
LD extension works with desktop SB version 1.2 (the lastest even it is many years old)
[-] The following 1 user Likes litdev's post:
  • sm4llprogrammer2008
Reply
#84
Yes I will try to port it to svb but will take time as currently I will have to rebuild last version available on github and some improvement then once I port it to svb I will post here
ZS
[-] The following 1 user Likes z-s's post:
  • sm4llprogrammer2008
Reply
#85
ZS, 

I misunderstood,  sm4llprogrammer2008 wants ZS extnsion for sVB - when you get it working for SB, I can show what I did to be able to compile for sVB.
[-] The following 2 users Like litdev's post:
  • sm4llprogrammer2008, z-s
Reply
#86
new stable release with new object.
https://github.com/zs-3/ZS/releases/tag/1.2.1.22
ZS
[-] The following 1 user Likes z-s's post:
  • AbsoluteBeginner
Reply
#87
Updated Extension Manager for this.  The extension version is 1.2.1.21, but the download says it is 1.2.1.22.  EM uses the version set in the dll so I went with 1.2.1.21.  Also do you still need the 2 raylib dlls.

To make it compatible with sVB every reference to namespace SmallBasic needs to be changed to SmallVisualBasic.  The way I do this is with a #define SVB at the top of every code file which I globally uncomment for an sVB build.  Also need to reference SmallVisualBasicLibrary.dll.  Note that the SVB needs to be used as a compiler directive for every occurance of SmallBasic namespace, eg. [SmallVisualBasicType] and usings and places where the sVB code in SmallVisualBasicLibrary differes from SmallBasicLibrary.  The developer of sVB copied the original code, but has modified it and added arguments in some places so if you use reflection into sVB be careful.  Here is an example file: https://github.com/litdev1/LitDev/blob/m.../3DView.cs
Reply
#88
Thanks
Updated the release on github.
No need of raylib deleted it.
Will take some time to make svb build.
ZS
Reply
#89
Can anyone recommend what more I can add before porting anything you missing in sb
ZS
Reply
#90
(06-19-2025, 01:50 PM)z-s Wrote: Can anyone recommend what more I can add before porting anything you missing in sb

Hello, friend!  Smile

Is it possible to add high-speed methods of operation of our proprietary SB neurons to your extension?  Blush
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)