X512

Results 123 comments of X512

ElfDecoder is published at https://github.com/X547/OberonUtils/tree/master/PE%20Decoder (module WorkElfDecoder, usage: WorkElfDecoder.Decode "\").

> Mind you that HrDecoder is FAR FAR from being a complete 64-bit disassembler. It is still better than nothing. I got a lot of `*** decode error ***` when...

Still present In HrBinder.

Dot is still present at end of file name if suffix is empty. More work needed.

> Wouldn't the correct file extension for kernel modules actually be `name_suffix: 'ko'`, though? This is true for Linux, but not necessary for another operating systems. For example in Haiku...

Code compiles fine when after unloading compiler modules. It seems that previous tests that cause traps damaged compiler global state. Compiler should properly reset global state at each call.

> If so, you have to take into account that the stacking is "reversed", that is, if several BViews are overlapping, the first one to be added to the window...

> There likely is a few more bugs (flickering, problems with invalidating the "under" view and not having the "over" view automatically redraw on top of it). There are general...

> How do we handle this? I can think of these options, maybe there are more: Invalidation works on window scope, not view. So when invalidating view A with region...

> Yes, but what if view A is scheduled but view B isn't, as when only a part of A is invalidated and not a part that overlaps B? Again,...