Adrien —
Thank you !!! But I have a last question if I want to use . App doesn't exist ?
I have no experience in those things, but you can have a look at chapter 5.7 in this intel documen…
It is common to do one of two things - one is to set GL/D3D API requirements to minimum you want t…
Hi, I was wanting to release my game soon, and want to support as many computers as possible. The …
Miles —
Reading a whole pixel as a single 32-bit word and doing bit operations on it (shifts, masks, etc.)…
I've only recently discovered the handmade hero series and it's helped me build some motivation fo…
I think you can call "default_keys(context);" before "custom_keys(context);" to have the default b…
The last couple of days I've been working on RemedyBG's call-stack display and realized that the a…
Adrien —
Hello, I'm beginner and a create a and I call void custom_keys(Bind_Helper *context) { } extern…
spx —
Thank you for the quick report. During transit to msvc I replaced usage of bsr with lzcnt without…
Hi Guys, I am on Episode 3 of Handmade Hero, but I'm embarrassed to say that I have already encoun…
spx —
That's still a bit of a puzzler. At this point I suspect that it may not be caused by the argumen…
Yes. Officially you can build macOS binaries (and iOS) only on macOS. Unofficially, if you get the…
@Marcc I am aware of that. I disagree, the basic mechanics of the two are pretty different, with …
I've finished separating the back end code into a static library. Do I understand correctly that i…
One additional thing that may be helpful, what CPU are you using?[/quote] No worries, glad to hea…
For that you typically build with "/PDBSTRIPED:second_file.pdb" argument. This will contain only …
Yeah, by default clang uses ld.exe which is linker from binutils. And that one knows only dwarf, n…
Sara —
This will create test.pdb next to test.exe which will work in Visual Studio just fine. If you ar…
Also limbless person with gloves that float around him is a bit too much like Rayman I think to ha…
Casey has also mentioned numerous times that HMH is a project, not a one. The target audience fo…
spx —
Thanks, the debug information matches with the information you have provided before. I may have a …
HMH presents as a project to create a complete game, and Casey has mentioned an intent to release …
Thanks. The crash is in this file: and looks like it's on line 1879. codeclap.exe!iuiCurrentPan…
As Ben stated, it is entirely possible to use COP with web stuff. Server side I don't think that t…
spx —
This will create test.pdb next to test.exe which will work in Visual Studio just fine. If you ar…
spx —
ah seems I wrongly assumed that most function addresses are also still present in the Windows buil…
I unzipped the file and double-clicked the exe inside. There's no PDB in the folder, so VS hasn't …
spx —
That's not a known issues so I'd love to get a few hints on where to look for this. A small list o…
Hi, I just bought this on itch.io. v0.7.2 (the latest at the time of posting) crashes immediately …