We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Handmade Network»Feed
Mārtiņš Možeiko
Note that there are different problem here than just using "mingw". When you use clang you need to…
»
ssoher
Interesting, thanks for taking the time to inspect the process and coming up with workarounds. In …
»
x13pixels
There are a few issues that are causing address santizer built with the mingw toolchain to fail to…
»
ssoher
Thank you for the reply, I will experiment with the cl driver when I have the time. Please let me …
»
x13pixels
RemedyBG has support for address santizer though testing has been primary with MSVC (e.g., cl /Z7 …
»
ssoher
I'm using llvm-mingw (llvm-mingw-20240417-ucrt-x86_64) to compile my C11 program on Windows 10. ()…
»
LAG
Week update: -An alternative day-3 with the shm implementation suggested by Mārtiņš Možeiko, i…
»
ssoher
It's okay, just wanted to make sure I wasn't doing something stupid. I'm really enjoying the debug…
»
x13pixels
Latest update to RemedyBG, 0.4.0.1, is now available for download at UI: added separate setting f…
»
x13pixels
I can't think of a shorter way than what you've written. Once custom formatters are built this sho…
»
ssoher
Hi, I've recently started using RemedyBG and I have a simple question. I have an array of floats t…
»
Simon Anciaux
You can check in the "Modules" panel if the PDB for your executable is correctly loaded. I think t…
»
cee30
Hi, when I debug a build using RemedyBG on a machine with the .exe, .pdb, and access to the source…
»
LAG
Thanks for the tip, i will check this before doing the video on day-3, though i am currently avoid…
»
Mārtiņš Možeiko
You can increase performance of drawing image with xcb by using shared memory extension for images…
»
LAG
Over the week i've been working on a adaptation of some of handmade hero's code, for window,to lin…
»
Amin Mesbah
but those functions also use stack space, overwriting your shared data value with garbage This is …
»
Simon Anciaux
Defining a character other than '.' for displaying NULL or other non-display characters in the wat…
»
smushy
I apologize if some of these requests are already implemented or if someone else has already sugge…
»
x13pixels
RemedyBG 0.4.0.0 is now available for download with the following improvements and bug fixes: :UI:…
»
x13pixels
I made a note of this. Appreciate the suggestion!
»
Simon Anciaux
Hi, I'm looking for some people to test modifications to 4coder in the community fork. The modific…
»
Mārtiņš Možeiko
Assert like that most likely fails because your shared data is stored on stack of main thread. Whe…
»
Mārtiņš Možeiko
The purpose of "atomic operation" is to guarantee read/write be not-broken (load/store value fully…
»
Amin Mesbah
The minimal example below demonstrates something I find surprising about Windows process terminati…
»
Amin Mesbah
I think I have proof that #2 is true. The writes to the queue.ring_write_pos and queue.ring_read_p…
»
Amin Mesbah
I am learning about multithreading in general and winapi multithreading specifically. I have an SP…
»
onelivesleft
This might be a my-workflow-vs-your-workflow thing; I generally run remedy either when the program…
»
Simon Anciaux
Version 0.6 changelogSwitched graphics API from OpenGL to DirectX 11.Added tabs instead of "mode b…
»
2bytes
I've done some tests:set a breakpoint;start the program;type a variable (Address) to show it in th…
»