There is nothing wrong with using shared libraries on Linux. They are well defined how they work a…
Thanks for the thoughts and the actual X11 code! That's awesome. I have tried to mess around with …
I honestly just gave up with third-party dynamic linking on all platforms because the operating s…
My problem is that Casey and Jon seem to say everything is bad... their negativity and frustration…
Thank you everyone for replying. Having some really well thought out responses was really nice to …
Hey guys, I've been experimenting a bit with hotloading shared libs on linux lately. However, once…
I know that this question could have a stupid answer but I cannot figured it out. I'm working in…
Aldrin —
This might interest some of you. While it's still not simple and the processor is slow compared t…
I tried compiling and testing your code and the assert doesn't trigger. Do you need to do somethin…
Miles —
This is the wrong attitude, in my opinion. It's true that nearly every tool we have as programmer…
Hello FictionalWizard, it's great to have you as part of the community! Welcome. :) When I was fir…
Jason —
I have certainly struggled with your very issue. I'm sort of a newbie programmer when compared to …
Welcome to Handmade! To add to people's great thoughts so far, there's a trend of us moving away f…
ppbitb —
Sorry, this isn't a full answer, more of a partial reaction. Frustration and complaints are very c…
I know how you feel, very strong current pulling you in the opposite direction. Not sure what the…
Hello, I have been watching the streams and following along. I also like to watch Jon blow streams…
I've removed most of the debug string for this issue to move on for time being and come back to …
Anything that inherits IUnknown is COM. You can check that it in headerfiles or in MSDN docs if th…
Yeah, I was reading about COM on MSDN. Found about the ->lpVtbl->. When following Handmade Hero, i…
Why are the s in that code capitalized ? Is it a macro ? If so what is it ? Could it be that your …
Apologies, this is the assert triggered. I've added lots of these outputs in the code to diagnose,…
Welcome. You should add the steam video on the project page so that we can see what's the game abo…
There is no assert in the code you shared. Could you share a more complete example ? What is the e…
Sorry for the late answer, but i didn´t seen your post :-( Did you tried to compile and run the "…
This is not true. Any Microsoft COM stuff compiles as C code. This is by design. This includes D3…
Hello, I've been trying to find this bug in my code to no avail. I found another thread with a sim…
Wow! Ok... this is awesome. I searched for D3D12 on github but I didn't find this repository. Than…
You can use D3D12 from C, You don't need the macro, you can find declarations for the ids in the…
Hi everyone, Recently I watched some Handmade Hero episodes where Casey says that there is no more…
You can read the the #15 development update, with the progress from April to the first half of Ma…