SmallBasic Open Edition - 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: SmallBasic Open Edition (/showthread.php?tid=147) |
RE: SmallBasic Open Edition - KristianVirtanen - 10-25-2024 Small update. I think that library is starting to be ready, and it mainly tries to follow the smallbasic.dll library. Of course there are differences. Origin smallbsic.dll, for example, returns "False" or "True" as a string, whereas my own library returns the value as a boolean. I thought about this for a while, but I think this kind of development is fine. Now that I could find some energy to update the documentation, I could continue with the tokenizer RE: SmallBasic Open Edition - KristianVirtanen - 11-05-2024 Oh boy, WinForms is true disapointment what comes for performance. I should have used WFP instead, but it would have been way too easy to do it right on first time. I dont think it takes too much efforts to move from forms to wfp at this point so i guess ill do that. Basicly only class GraphicsWindow needs some adjustments. |