Karl Wochele
Karl Wochele
I do have System.Collections.Immutable.dll in my references. However it is Version 5.0.0.0. In my Test-application it is 8.0.0.0. If I Include 8.0.0.0 in the big app I get warning XS1701:...
> I think you're missing a reference to the DLL that has the Immutable support (System.Collections.Immutable.dll). Btw I will run some tests here today with the ExecScript support in the...
Now it works also in the main app, I had a mismatch of the dll's in my exe (v5.0.0.0) and my scripting dll (v 8.0.0.0) The compiler-warning XS1701 however is...
Great, then we will have 2 options for scripting. For our customer-scripting I will certainly use ExecScript which replaces VOScript then. VOScript is about 10 times slower in x# than...
Robert, your changes are all working for me. Because of a typo I noticed that in DO CASE as well as in SWITCH the compiler does not complain if you...
Procname() works too, I copied your changes from github and implemented my own procname(). Returns "SCRIPT" as expected.
Robert, Nikos, any chance to get the __LocalPut() before evaluating the nested codeblock and __LocalsClear() after it in the final x# 2-Version ? Just tested 2.23 and it still does...
This should fix both problems: ``` STATIC FUNCTION rpTabbedTextOut(sDrawText AS rpDrawTextStruct,nLineStart AS LONGINT,nLineStop AS LONGINT) AS VOID // this is a simple replacement for the API Tabbedtextout() since it doesn't...