Off the top of my head, here are some things associated with the platform layer (in HMH):
- Open…
By reverse pinvoking do you mean calling managed code from native?
Yes, that is possible, but no…
Shazan —
I would like to crystal reports from win32 code so is it possible to reverse pinvoke or is there…
Shihao —
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…
Shihao —
Hi, I'm new to Handmade Hero. This is a very interesting project and I really enjoy coding with C…
Matt —
Forgive me if this has been covered, but has anyone compiled a list of everything that is being p…
My current list of topic ideas:
Installation On Windows
-----------------------
Setting the path…
I'd be interested in filling the gaps in my vim-knowledge, but I'm not convinced that a video ser…
That's a good thought, and I think that it could reasonably be done for the next build. Thanks f…
MandleBro I would be interested in VIM videos.
That's two for a series. One more and I think it…
Added Linux binaries to .gitignore. The only dependency is SDL2 for Linux, for Windows all the re…
A slight update to this request having thought about it a bit more.
Instead of just having a cus…
I would be interested in VIM videos.
Shazan —
Thanks mmozeiko, it worked i changed my code from this
1
2
3
4
5
6
7
8
9
10
11
12
13
14…
I agree. This is really awesome. I was considering trying SDL2 in Odin. I would recommend adding …
First get whatever information you need from key messages in your code. And then pass it to IsDia…
Shazan —
So how to handle dialog box keyboard inputs manually because i need handle key inputs to get key …
So I just got a new build out today (4.0.19) fixing some lingering problems with Unicode and the …
Update:
After dealing with lots of cross compiler problems with character literals and string li…
I forgot to update this at 4.0.18, but here's where I am on this list as of 4.0.19:
Now Availabl…
Have you seen documentation for CreateDialog? https://msdn.microsoft.com/en-us/...ary/windows/des…
Shazan —
@ratchefreak I can't understand what are you telling.
Here's the code to app.
Tell what to fix.
msmshazan It works. But I can't tab between buttons. And the button is outlined in blue.
Do I hav…
Shazan —
It works. But I can't tab between buttons. And the button is outlined in blue.
Do I have to do so…
If you talk about your own dialog boxes, then you can do that with CreateDialog function. It simp…
Shazan —
Fixed i guess it was a typo(handling WM_SETCURSOR) sorry about that.
The current issue is how t…
Shazan —
I have an issue with the busy icon cursor (the spinning circle)showing up when launching app . Bu…
steve I actually restarted working on this and have ported it to windows.
Yes, I've been looking …
I actually restarted working on this and have ported it to windows. I'm using the dxgi 1.2 deskto…