sort order results

This forum is meant for questions and discussions about the X# language and tools
User avatar
Chris
Posts: 4905
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

sort order results

Post 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 :)
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
Karl-Heinz
Posts: 774
Joined: Wed May 17, 2017 8:50 am
Location: Germany

sort order results

Post by Karl-Heinz »

Hi Robert and Chris

Thanks for the inside view. i´ll stay with the vo13 switch.

regards
Karl-Heinz
Karl-Heinz
Posts: 774
Joined: Wed May 17, 2017 8:50 am
Location: Germany

sort order results

Post 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
User avatar
Chris
Posts: 4905
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

sort order results

Post 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
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
Post Reply