Ronny Otto
Ronny Otto
> Lizenztitel nicht vollsändig lokalisiert: SOCCER Regionalliga statt Fußball Regionalliga erledigt. > Nachrichtenbeschreibungen für Sport nicht aufgelöst (${.Ucfirst...) erledigt. > Nachrichtenbeschreibung enthält noch alte Variable (%FINALSCORE%) erledigt. > (gespeichertes Spiel)...
Attention: This is variant1, there is variant2 too: https://github.com/bmx-ng/bmk/pull/137 It depends on what you want: variant1 assumes that fno-exception is just to remove from `cc_opts`. variant2 assumes that fno-exceptions should...
I myself am not requesting or wishing something - so I might be wrong in my assumptions on what "they" want. The discussion at Marks forum was about the visibility...
when changing the function to return "Int" instead of "Byte Ptr" it still is incorrect (I thought the Byte Ptr is the issue): ```C // Global alcOpenDevice:int( devicename$z ) //...
https://github.com/bmx-ng/bcc/commit/6281ec166c512792a8a1fb9df9523b4c4d358169 and https://github.com/bmx-ng/bcc/commit/093bbe9a4cae1253d09ad4a49bacec92050c4e66 tackled a lof of this issue. It compiles now with the "default" code. but if you _split_ definition and assignment, it still fails (guess this is the...
Most simple way to fix it is probably making o1 and o2 reserved words you are not allowed to use.
I had the same thought about "name probabilities in general and in show business". So the name generator could also accept a parameter requesting "usual" or "unusual" ones specifically. Or...
Seems it only happens for arrays. When using a single struct, it works as expected: ```Blitzmax Local test:STest test.Fill() Print "test.x = " + test.x test.Modify() Print "test.x = "...
@HurryStarfish pointed out, that NG differentiates between "ByteVar + ByteVar" (250+10 = 260:Int) and "byteValue + byteValue" (255:Byte + 1:Byte = 0:Byte). So this can at least be seen as...
This issue is still immanent. @woollybah have you had some time to think about the problem? Is there anything we can do to help?