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.
Miguel Lechón
MrPhilThe https://www.rotemy.com/dash/ link doesn't seem to work anymore. I asked @vmalloc and h…
»
Ruben Osorio
Hey all! :) I've been using 4coder a lot both at work and on my personal projects. The C/C++ cus…
»
nakst
Parsing the MFT Programs like Everything are incredibly fast at searching by filename. How do the…
»
Ryan Fleury
Its creator has made claims that are flatly untrue and misleading, which makes the fact that it i…
»
John
That sounds weird Todd. I haven't used Edge since ages, but I recall being the lightest on resour…
»
LaresYamoir
There is also the impression of some people that Google deliberately programs Youtube etc. in a w…
»
Mārtiņš Možeiko
One word - javascript. 25% of CPU means it is using 100% of one core if you have quadcore. Javasc…
»
Todd
Sometimes I am still completely dumbfounded by bad software. Long story short, I'm not a bandwago…
»
»
Ryan Fleury
Hey there, Handmade Network! I hope you've all been doing well! I have some very exciting update…
»
Mór
I just found out about this new language called V. It appears to have a lot of desirable features…
»
x13pixels
boagz57I was just wondering if there were future plans to add data breakpoints as a feature? Dat…
»
Jason
I was just wondering if there were future plans to add data breakpoints as a feature?
»
C_Worm
okay thanks for that, it's all about that nitty little details! the syntax was as you pointed ou…
»
Simon Anciaux
To "debug" batch scripts you can remove the "@echo off" at the beginning to actually see what "co…
»
William
When setting a variable, the spaces before the '=' become part of the variable name. 1 2 3 4 5 6…
»
Guntha
From what I see, %winLibs% is at the wrong side of /link: In the first code: 1/link user32.lib g…
»
C_Worm
I thought you were supposed to be able to set all the libraries in one or more variables but it d…
»
Mārtiņš Možeiko
I think another issue could be that you are not allowed to touch HWND from other threads. That me…
»
Matyas
Hi George, This update completely fixed the issue! Thank you again very much for putting so much…
»
Matyas
Aha, the SwapBuffers part may be the issue; I am _not_ calling it on the same thread where I crea…
»
Mārtiņš Možeiko
Ok, then the issue is somewhere else. It's hard to guess where... How are you reading current win…
»
Ryan
I give a tremendous amount of thanks for all that Per has done. It would be nice however if a ge…
»
Matyas
Hi Mārtiņš, Thank you for your help! I tried what you suggested, I still getting flickering thou…
»
Mārtiņš Možeiko
I believe CS_HREDRAW and CS_VREDRAW styles are making flickering to happen. They send background…
»
seventh-chord
Thank you again for your work on this! I'm really excited that the debugger slowly is becoming mo…
»
Matyas
Hi everyone! On Day 472, Casey separates the win32 message loop from the actual game loop by mov…
»
x13pixels
The next installment of RemedyBG, 0.2.7.3, is now available for download. * Fixed crash in call…
»
logan bender
Thanks for your response, especially for detailing the problem solving process.
»
Oliver Marsh
yes i think i understand, does this work better if i know how much space i’ll need before hand? (…
»