honestly whatever other scripting language could have come out of that scripting project at the st…
But if you have not yet installed - get an adblocker. Internet becomes 100% faster due to fact th…
You're a lifesaver Mārtiņš. I spent all of today's morning, after installing vs2019, trying to …
Well that's most unfortunate. I was really hoping that it may just be something stupid I didn't kn…
Same here with VS2019. Probably a bug in IDE. I suggest reporting an issue in Help -> Send Feedbac…
Hello, I just found Handmade Hero and the project seems really awesome! I've followed the C Tutori…
I asked and he fixed the download link.
Hey all! :) I've been using 4coder a lot both at work and on my personal projects. The C/C++ custo…
Parsing the MFT Programs like Everything are incredibly fast at searching by filename. How do they …
Its creator has made claims that are flatly untrue and misleading, which makes the fact that it is…
That sounds weird Todd. I haven't used Edge since ages, but I recall being the lightest on resourc…
There is also the impression of some people that Google deliberately programs Youtube etc. in a wa…
One word - javascript. 25% of CPU means it is using 100% of one core if you have quadcore. Javascr…
Sometimes I am still completely dumbfounded by bad software. Long story short, I'm not a bandwagon…
Hey there, Handmade Network! I hope you've all been doing well! I have some very exciting updates …
I just found out about this new language called V. It appears to have a lot of desirable features.…
Data breakpoints are indeed on the list. Tracking this on the . -- George
I was just wondering if there were future plans to add data breakpoints as a feature?
okay thanks for that, it's all about that nitty little details! the syntax was as you pointed out …
To "debug" batch scripts you can remove the "@echo off" at the beginning to actually see what "cod…
When setting a variable, the spaces before the '=' become part of the variable name. C:>echo %win…
From what I see, %winLibs% is at the wrong side of /link: In the first code: In the second code: …
I thought you were supposed to be able to set all the libraries in one or more variables but it do…
I think another issue could be that you are not allowed to touch HWND from other threads. That mea…
Hi George, This update completely fixed the issue! Thank you again very much for putting so much w…
Aha, the SwapBuffers part may be the issue; I am not calling it on the same thread where I created…
Ok, then the issue is somewhere else. It's hard to guess where... How are you reading current wind…
I give a tremendous amount of thanks for all that Per has done. It would be nice however if a gene…
Hi Mārtiņš, Thank you for your help! I tried what you suggested, I still getting flickering tho…