Replies: 8 comments 1 reply
-
I tried v2.1.0 in tB a few days ago and there were no errors on import. The demo worked until the two enumerations at the end. The first failed with an error and the second did not do anything. So it is getting close... I'm going to wait and try again after the next release of tB. Then I'll get serious about trying to isolate/report the problem(s). |
Beta Was this translation helpful? Give feedback.
-
Hi, I would be happy to make this TB compatible. However, it is my understanding that Wayne already built a TB native Dictionary which is surely faster since it compiles unlike mine. Is there any benefit in doing this? |
Beta Was this translation helpful? Give feedback.
-
As far as I know tB does not have its own native Dictionary (maybe you are thinking of the native Collection?). I would use your Fast-Dictionary once it is working in tB (again I'm gonna wait until next big, anticipated update to tB for testing). My long-term goal is to reduce/eliminate associated VBScript dependencies. |
Beta Was this translation helpful? Give feedback.
-
Hi @GCuser99 , Are you aware of any conditional compilation or statement in TB that will allow me to distinguish between compiled and non-compiled? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I checked the list of tB compiler constants and it looks like not. But I think |
Beta Was this translation helpful? Give feedback.
-
Oh, and yes you are correct on the "uncompiled depending on license" - Wayne has proof-of-concept-ed tBA already so it's coming after V1. |
Beta Was this translation helpful? Give feedback.
-
Thanks for answering, I wasn't aware of the
Anyway, I've done some testing today and unfortunately, TB erases the static memory structs that are within the global Dictionary instance. My guess is that TB simply ignores the |
Beta Was this translation helpful? Give feedback.
-
0ece01d adds TWINBASIC support. Wiill create a new release soon. Many thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi. Is this project compatible with TwinBasic? And if not, do you plan to make it so?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions