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.
Robert Hickman
@Marcc I am aware of that. I disagree, the basic mechanics of the two are pretty different, with …
»
AlexKindel
I've finished separating the back end code into a static library. Do I understand correctly that i…
»
Andrew Reece
One additional thing that may be helpful, what CPU are you using?[/quote] No worries, glad to hea…
»
Mārtiņš Možeiko
For that you typically build with "/PDBSTRIPED:second_file.pdb" argument. This will contain only …
»
Mārtiņš Možeiko
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…
»
ratchetfreak
Also limbless person with gloves that float around him is a bit too much like Rayman I think to ha…
»
Marc Costa
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 …
»
Robert Hickman
HMH presents as a project to create a complete game, and Casey has mentioned an intent to release …
»
Andrew Reece
Thanks. The crash is in this file: and looks like it's on line 1879. codeclap.exe!iuiCurrentPan…
»
Robert Hickman
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…
»
Andrew Reece
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…
»
Andrew Reece
Hi, I just bought this on itch.io. v0.7.2 (the latest at the time of posting) crashes immediately …
»
Björn Strömberg
I am on 0.7.2 now but still does not seem to work. I'll post some variations of the command I put …
»
Mārtiņš Možeiko
Clang supports pdb generation just fine. For example, to use it with lld.exe from mingw-w64-x86_64…
»
Sara
Hi there. Just wondering if you could give a rough estimate as to when the windows version will su…
»
Oliver Marsh
Since starting this project for Handmade Network I think I've changed project five times, with dif…
»
Ben Visness
There are plenty of simple web server packages out there that I think work just fine with a compre…
»
bewwys
Hi everyone, I try to implement the compression oriented way in my workflow. I have to admit that…
»
Mārtiņš Možeiko
No idea if anybody uses lzw and zlib. Freetype has also bzip2 decompression code (that depends on …
»
Michael Dodis
Now that I think about it, maybe using stb truetype, and legacy opengl or something similar, woul…
»
Allen Webster
UPDATE: Just fixed some bugs with listers that would cause crashes when there were too many items …
»
Simon Anciaux
I suggested ascii and bitmap fonts because it's easy to start with. If you want be able to display…
»
Michael Dodis
Yeah that makes sense. But what about showing letters that aren't in english? I thought about re-…
»
Simon Anciaux
I'm fine with a console UI, it's the mouse handling part that I find odd. I generally don't use th…
»
Michael Dodis
It certainly would lead to something that would be a lot prettier, and a lot more robust. But I w…
»