Lucas Perlind
Lucas Perlind
I need ShowCursor too and would like to see some resolution to this PR.
You can use xcode to debug on apple platforms.
Still have the access violation after the patch
Can this be re-opened? The issue is still present. Additionally this occurs without debug flags.
This issue is still present
This would require a check on every pointer access everywhere. A better solution would be for you to use a debugger to determine the location of the segfault.
Looks like it conflicts with raylib :/
Looking a little more into it, the struct fields array is empty. That is to say the struct type for `Foo(1)` ``` type->Struct.fields.count == 0 ```
Steps to standardise example code has been added in this PR: https://github.com/odin-lang/pkg.odin-lang.org. If merged in I'll outline example requirements in a future comment.
I believe you need to refer to the enum value like C = A | B