rofl0r
rofl0r
> Now I wait for release of hashcat 6.2.0 and gcc 11.1. i'm not eager on either of those. fortunately the C standard isn't as volatile as C++, so there's...
> it definitely behaves differently than visual6502 indeed, it seems in visual6502 Y influences not only the value, but also the location being written to, contrary to all documentation i've...
ok, i figured out the behaviour that makes [blargg test 6](https://github.com/rofl0r/blargg-6502-cpu-test/blob/master/source/06-abs_xy.a#L45) pass, as well as being seemingly identical to visual6502 remix. so maybe the behaviour isn't that unstable after all....
thanks for your suggestion. now i get ``` simple_window.c: In function 'WinMain': simple_window.c:36:15: warning: implicit declaration of function 'LoadIcon' [-Wimplicit-function-declaration] wc.hIcon = LoadIcon(NULL, IDI_APPLICATION); ^~~~~~~~ simple_window.c:36:30: error: 'IDI_APPLICATION' undeclared (first...
thanks, that works and i get a working window. cool stuff! regarding cursor: the default cursor which is almost horizontal in shape looks really 80ies, like in openmotif. is it...
i'd suggest to look for the binary that's about to be launched instead
btw unrelated question, is there a way to make the win32 apps "free-floating" vs living inside a win95-colored window ?
exactly, so it behaves like any other x11 desktop app
for clarification, this:  instead of 
> Which case are you looking for? I've long played with the thought that the lack of a stable GUI toolkit is the reason we still haven't seen the year...