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.
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…
»
neeraj9
In general RemedyBG works amazingly good, but sometimes I notice that it cannot access process mem…
»
x13pixels
I haven't implemented an x86 debugger so it would hard to provide an accurate level of effort for …
»
x13pixels
I'm not seeing the issue with the memory panel @2bytes. Are you able to reproduce this consistentl…
»
x13pixels
Not currently, no. I like the idea though!
»
NicknEma
I tried it and I get this message: "Failed to create D3D11 Device! Make sure you have Direct3D 11.…
»
Angelo Theodorou
I forgot to mention here that in December I published the Dev Update #20, with updates from August…
»
Simon Anciaux
I was intrigued and I looked why audioclient.h disabled the warning. As William said, you can use …
»
William
You can use #pragma warning to disable warnings for a specific section of code instead of changing…
»
Bits Please
When the level of warnings to be generated by the compiler is set to 4 (/W4), I'm getting multiple…
»
Simon Anciaux
You might want to put a description of what VES is on the project page. It's not clear to me.
»
Christoffer Lernö
Alongside the removal of goto, having adding an fn in front of function declarations seems superfl…
»
Deex
If you want to contact me to talk about VES comment under here. Download link:
»
Delicious Lines
Here is a simple example: Let us say we have got an array of integers and let us say we display it…
»
2bytes
Hi, I'm working with the 0.3.7.1 version at the moment - great program by the way. On newer versio…
»