Page 3 of 3
sort order results
Posted: Sun Sep 09, 2018 11:52 am
by Chris
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
sort order results
Posted: Mon Sep 10, 2018 5:50 am
by Karl-Heinz
Hi Robert and Chris
Thanks for the inside view. i´ll stay with the vo13 switch.
regards
Karl-Heinz
sort order results
Posted: Fri Dec 07, 2018 1:41 pm
by Karl-Heinz
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
sort order results
Posted: Fri Dec 07, 2018 7:20 pm
by Chris
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