Hey, so I'm wondering what the flag DSBCAPS_GETCURRENTPOSITION2 actually does. It says it fixes is…
I feel like convincing people that it's nice is only the beginning. They also have to learn all th…
Hi there, everyone! I hope you've been doing well! There was quite a bit of exciting activity happ…
I already found it after some more digging and the lock file does the trick :D thx tho!
I think I have a similar problem but I cant find the episode you are talking about where you start…
You can disable address randomization with MSVC. Set /DYNAMICBASE:NO - And set /FIXED to create f…
If you will configure audio API to use 96kHz, but will load and play back 48kHz audio then it will…
Hello friends! In Week 7 we chose a sample rate of 48khz, because apparently that's what most audi…
Sorry for the bump, AGAIN. Here's the sign-up sheet: Heads up, I'm probably not going to maintain…
This is a good idea. If people are actually interested in participating, I'll make sure this happ…
OK everyone! We've now got a channel in the Handmade discord: #one-thing-a-month. If you want to p…
Sorry I was not enough clear at my first post. My thoughts went mostly for markdown syntax highlig…
Ya it seems there are some function pointers the library sets to some of its own functions, in thi…
thinking about the lower stake projects, it would be cool if there was a library/collection of sma…
where does the vtable field point to? and where is the function it points to located? If they are …
Hello, I'm currently creating my own 2d fighting game and I've implemented things to mostly match …
Alright! So, partly from some late night stupidity, and partly from having a static variable in my…
thumbs up for the project learning as well. i think having some sort of list of projects that an e…
Sounds interesting, but I already have a project to work on. Though if it becomes a regular thing …
If a struct survives a code reload (it's stored in of the persistent memory) don't change it. The …
(Re: Education) There's a time-constraint problem, too, among experts and influential people willi…
Ding ding. That's a useful way to conceptualize it. I want to reiterate what I said in the stream…
As you said - you cannot use global variables in DLL across reloads. You cannot use static variabl…
Casey, thanks for all your hard work. Cant believe Ive only just now found your guides. Keep up th…
Sounds cool! I'm definitely interested
I wanted to try it out, but I only have a Debian 32bit machine and an Arch linux 64bit VM. I try t…
I like the idea of forming teams. It'd be a nice opportunity to maybe work together on something w…
That would be fun. I was just thinking of trying to do something similar, make something each week…
I don't plan to make a full previewer type thing, although in theory it will be possible in the cu…