06-03-2025, 07:53 AM
Finally got a new PC and will start playing with CSharp again
ZS
ZS Extension.
|
06-07-2025, 02:57 PM
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)
06-07-2025, 03:08 PM
LD extension works with desktop SB version 1.2 (the lastest even it is many years old)
06-08-2025, 02:31 PM
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
06-08-2025, 03:47 PM
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.
06-15-2025, 03:52 PM
new stable release with new object.
https://github.com/zs-3/ZS/releases/tag/1.2.1.22
ZS
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
06-16-2025, 08:53 AM
Thanks
Updated the release on github. No need of raylib deleted it. Will take some time to make svb build.
ZS
06-19-2025, 01:50 PM
Can anyone recommend what more I can add before porting anything you missing in sb
ZS
06-19-2025, 02:56 PM
|
« Next Oldest | Next Newest »
|