sort order results
sort order results
In addition to what Robert said, it is indeed possible to change the state property from the outside, but that's only done for technical reasons, this property needs to be public, so that the compiler emits code that accesses it at runtime. But it's not supposed to be set/reset by user code directly, that's what I meant by saying this implementation detail was supposed to be undocumented
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
-
- Posts: 774
- Joined: Wed May 17, 2017 8:50 am
- Location: Germany
sort order results
Hi Robert and Chris
Thanks for the inside view. i´ll stay with the vo13 switch.
regards
Karl-Heinz
Thanks for the inside view. i´ll stay with the vo13 switch.
regards
Karl-Heinz
-
- Posts: 774
- Joined: Wed May 17, 2017 8:50 am
- Location: Germany
sort order results
Hi Chris,
... reanimate another thread
i´ve checked with the 2.0.0.7 build the german sort results and went almost crazy :woohoo: At first the result was correct, but suddenly no longer. The problem is that the SetNatDll() param is handled cAse seNsitiVe :blink:
? SetNatDLL ( "german" )
looks good, and even though the return value is TRUE, asort() gives wrong results. The only way to activate the resource:
SetNatDLL ( "German" )
You have exactly one week to fix this, otherwise i want my money back :whistle::lol::lol:
regards
Karl-Heinz
... reanimate another thread
i´ve checked with the 2.0.0.7 build the german sort results and went almost crazy :woohoo: At first the result was correct, but suddenly no longer. The problem is that the SetNatDll() param is handled cAse seNsitiVe :blink:
? SetNatDLL ( "german" )
looks good, and even though the return value is TRUE, asort() gives wrong results. The only way to activate the resource:
SetNatDLL ( "German" )
You have exactly one week to fix this, otherwise i want my money back :whistle::lol::lol:
regards
Karl-Heinz
sort order results
Hi Karl-Heinz,
Thanks, I see the problem, exactly as you described it. Happens when trying to load the "weights" of chars, from the resources in the runtime dlls. I agree, one week will probably be enough time to fix this
cheers,
Chris
Thanks, I see the problem, exactly as you described it. Happens when trying to load the "weights" of chars, from the resources in the runtime dlls. I agree, one week will probably be enough time to fix this
cheers,
Chris
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu