The official Blog can be found at
This thread will act as an official update/changelog for Const Port. Currently Const Port is v…
I knew about stdint.h, inttypes.h, stddef.h and limits.h. I've never looked into stdarg.h, so than…
Can you try omitting blitting part to screen? Just render to memory buffer and don't blit. This is…
va_arg is actually in stdarg.h, not stdlib.h. That's a bug in stb_sprintf. And it is ok to use std…
includes stdarg.h and stdlib.h for va_args & friends. This will make it use the CRT, right?
I hadn't tried that, no. I have run it a few times now though, and it seems a little more stable.…
Have you tried running code outside of debugger (Ctrl+F5), is timing still inconsistent?
I recently finished writing the first pass of the Windows platform layer for a game side-project o…
Neo Ar —
For the month of June, we did the following: Additional episodes done in June were pushed into Ju…
Todd —
I'm currently doing some extensive research and work with the Portable Executable file format. I'v…
David —
I use Windows 7 Professional N. edit: I tried it on Windows 10 N and it's the same problem.
If you need to use sprintf functionality without default MSVC runtime you can choose from multiple…
That is unusual. It sounds like it didn't paint the screen on startup, and so you see white. The…
David —
Everytime I start 4coder the background is white. It takes about 5 sec. and it changes to normal. …
Ah, thanks for clarifying, i wasn't sure what it meant, so i kinda thought the underscore was used…
This is perfectly fine. Structuring code in a way that some relatively isolated functionality is e…
unfear —
Hi, I try to compact more the code to functions, can I do a unique function to call a window? but,…
Cool, thanks. I also realize now that the cost of copying the value in most cases is pretty minima…
MSVC before VS2015 has _snprintf which is not compatible with C99 snprintf. It has some difference…
Does snprintf and swprintf (the C standard, not the Windows standard) exist in msvcrt? I am not su…
You could just copy that value, modify that, then update it. That should technically work. However…
What do you mean by that? He heavily customized building process from "default" MSVS IDE one. The …
Thanks for the tip on the error code Mārtiņš.
Shazan —
Thanks for the information. And what I meant by handmade fashion is like how casey did in handmade…
Hello Handmade! All exciting Handmade news will be arriving shortly, no later than July 4th. I am …
Oh? Then I misunderstood. I am just used to people always believing the employer over the employee…
Windows recognizes that and doesn't fail silently. It sets appropriate error code (ERROR_BAD_EXE_F…
Thank you very much for the information I just got it working, it's rather embarrassing but I grab…
Brian —
I am curious as to why you would think that remark (or insult) was directed at you, and not to the…