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
There is nothing wrong with using shared libraries on Linux. They are well defined how they work a…
»
BernFeth
Thanks for the thoughts and the actual X11 code! That's awesome. I have tried to mess around with …
»
Dawoodoz
I honestly just gave up with third-party dynamic linking on all platforms because the operating s…
»
jestarray
My problem is that Casey and Jon seem to say everything is bad... their negativity and frustration…
»
FictionalWizard
Thank you everyone for replying. Having some really well thought out responses was really nice to …
»
BernFeth
Hey guys, I've been experimenting a bit with hotloading shared libs on linux lately. However, once…
»
Alberto Vaudagna
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…
»
Simon Anciaux
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…
»
Ryan Fleury
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 …
»
Abner Coimbre
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…
»
Oliver Marsh
I know how you feel, very strong current pulling you in the opposite direction. Not sure what the…
»
FictionalWizard
Hello, I have been watching the streams and following along. I also like to watch Jon blow streams…
»
kurorah
I've removed most of the debug string for this issue to move on for time being and come back to …
»
Mārtiņš Možeiko
Anything that inherits IUnknown is COM. You can check that it in headerfiles or in MSDN docs if th…
»
Leonardo
Yeah, I was reading about COM on MSDN. Found about the ->lpVtbl->. When following Handmade Hero, i…
»
Simon Anciaux
Why are the s in that code capitalized ? Is it a macro ? If so what is it ? Could it be that your …
»
kurorah
Apologies, this is the assert triggered. I've added lots of these outputs in the code to diagnose,…
»
Simon Anciaux
Welcome. You should add the steam video on the project page so that we can see what's the game abo…
»
Simon Anciaux
There is no assert in the code you shared. Could you share a more complete example ? What is the e…
»
Finalspace
Sorry for the late answer, but i didn´t seen your post :-( Did you tried to compile and run the "…
»
Mārtiņš Možeiko
This is not true. Any Microsoft COM stuff compiles as C code. This is by design. This includes D3…
»
kurorah
Hello, I've been trying to find this bug in my code to no avail. I found another thread with a sim…
»
Leonardo
Wow! Ok... this is awesome. I searched for D3D12 on github but I didn't find this repository. Than…
»
Marc Costa
You can use D3D12 from C, You don't need the macro, you can find declarations for the ids in the…
»
Leonardo
Hi everyone, Recently I watched some Handmade Hero episodes where Casey says that there is no more…
»
Angelo Theodorou
You can read the the #15 development update, with the progress from April to the first half of Ma…
»