That's what was suggested on stackoverflow. I was hoping there was a more direct way to get a copy…
Recently, I ran into a common problem faced on HMH. Sometimes you want a struct with some fields t…
nj —
Updated the custom layer to support 4coder 4.0.27, adding the steps that I needed for the upgrade:…
Thanks! It's easy for me to add that to my prelude.
mingw by default will use snprintf from msvcrt.dll which does not support even c99. But if you add…
Hey. Thanks for posting. Probably the best place to report Milton errors is on the github page. I …
I checked in code for C11-style anonymous substructs/subunions, which facilitates this kind of thi…
Sorry for not responding sooner. We previously had a report of a similar issue with snprintf/vsnpr…
Thank you so much Abner. May all your wishes be fulfilled.
Pengo —
I need only to test with some more complicated languages, like Arabic, to check if needs somethin…
Hmm, I fear I don't really see what could be wrong at first glance, the build type should give you…
skoepa —
yooo that fixed it. Thank you so much! Edit: I'm still having the attach issue, when I open the .c…
Try without emacs just to get basics done. Open new cmd.exe, run vcvarsall.bat. Then run "cl.exe .…
skoepa —
Something is just super wonky about my file, and I don't know enough to know how to fix it. I thin…
Umm.. by debugging executable that is produced in correct place? Basically:compile to c:\whatever\…
skoepa —
Verify where is your exe file and is it really the one you are compiling.[/quote] I'm pretty sure…
My suspicion is that you are running exe that is compiled from very different source code than you…
You can invoke "cmd.exe /c set" process which will print out its env variables. Capture stdout and…
skoepa —
I'm wondering why in your callstack the function is define like this Win32ResizeDIBSection(int Wi…
bewwys —
Hi, I'm wondering why in your callstack the function is define like this Win32ResizeDIBSection(int…
skoepa —
#include #include #define internal static #define local_persist static #…
I don't know if serge_rgb comes here often. The help page on the has an e-mail, you might get a f…
Is there a way to get the environment block of a process created with CreateProcess ? More precise…
In Day 5 code line 62 is a comment line in RenderWeirdGradient function. There is no way it can cr…
So Clang is just slower ? Before mmozeiko's reply I tried to recompile it but ended up with a deb…
skoepa —
Hello I have the exact same code as Casey does on Day 5, but it will not work for me as it gives m…
What all left is there to finish up on this project? It looks mostly completed. Also, would it be …
I agree, the mixture of some good UI creation tools, code hotloading, reflection, and serializatio…
Yes, dear Imgui is brilliant. First, this statement only holds true, if features the game requir…
Here are some slides I wrote about this sort of API topic for university guest lecture: