I guess this makes sense the more I think about it. It's hard to do a video because it's all typi…
I also would like to improve my vim knowledge. And I think text is a better way as pointed out by …
Thanks, that helps. Could you elaborate a little on the problem with character literals/strings an…
Well it looks hard so if there any alternative for crystal reports or any report generation librar…
Thanks. That helps a great deal. I'm trying to find a good way to grasp the concepts without cop…
Off the top of my head, here are some things associated with the platform layer (in HMH):Opening a…
By reverse pinvoking do you mean calling managed code from native? Yes, that is possible, but not …
I would like to crystal reports from win32 code so is it possible to reverse pinvoke or is there …
I only followed first 10 episodes so I don't know that. Thank you!
It was changed later. Now we have handmade_platform.h which contains common things like "internal"…
Hi, I'm new to Handmade Hero. This is a very interesting project and I really enjoy coding with Ca…
Forgive me if this has been covered, but has anyone compiled a list of everything that is being pu…
My current list of topic ideas:Installation On Windows Setting the path Locations of files _vimrc …
I'd be interested in filling the gaps in my vim-knowledge, but I'm not convinced that a video seri…
That's a good thought, and I think that it could reasonably be done for the next build. Thanks fo…
That's two for a series. One more and I think it may have to happen. Note: I spent about 4 hours…
Added Linux binaries to .gitignore. The only dependency is SDL2 for Linux, for Windows all the req…
A slight update to this request having thought about it a bit more. Instead of just having a custo…
I would be interested in VIM videos.
Thanks mmozeiko, it worked i changed my code from this to this
I agree. This is really awesome. I was considering trying SDL2 in Odin. I would recommend adding b…
First get whatever information you need from key messages in your code. And then pass it to IsDial…
So how to handle dialog box keyboard inputs manually because i need handle key inputs to get key p…
So I just got a new build out today (4.0.19) fixing some lingering problems with Unicode and the L…
Update: After dealing with lots of cross compiler problems with character literals and string lite…
I forgot to update this at 4.0.18, but here's where I am on this list as of 4.0.19: Now Available:…
Have you seen documentation for CreateDialog? It has link to example code (). There it shows and …
@ratchefreak I can't understand what are you telling. Tell what to fix.
you are intercepting the keyboard events so it never reaches the code for the dialog box, if the …
It works. But I can't tab between buttons. And the button is outlined in blue. Do I have to do som…