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.
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.
»
Mārtiņš Možeiko
If you need to use sprintf functionality without default MSVC runtime you can choose from multiple…
»
Allen Webster
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. …
»
ZeroWalker
Ah, thanks for clarifying, i wasn't sure what it meant, so i kinda thought the underscore was used…
»
Mārtiņš Možeiko
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,…
»
bpunsky
Cool, thanks. I also realize now that the cost of copying the value in most cases is pretty minima…
»
Mārtiņš Možeiko
MSVC before VS2015 has _snprintf which is not compatible with C99 snprintf. It has some difference…
»
ZeroWalker
Does snprintf and swprintf (the C standard, not the Windows standard) exist in msvcrt? I am not su…
»
Ginger Bill
You could just copy that value, modify that, then update it. That should technically work. However…
»
Mārtiņš Možeiko
What do you mean by that? He heavily customized building process from "default" MSVS IDE one. The …
»
Allen Webster
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…
»
Abner Coimbre
Hello Handmade! All exciting Handmade news will be arriving shortly, no later than July 4th. I am …
»
Mikael Johansson
Oh? Then I misunderstood. I am just used to people always believing the employer over the employee…
»
Mārtiņš Možeiko
Windows recognizes that and doesn't fail silently. It sets appropriate error code (ERROR_BAD_EXE_F…
»
Anthony Romano
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…
»
Mārtiņš Možeiko
MinGW supports same thing as MSVC for exporting symbols - put __declspec(dllexport) before functio…
»
Anthony Romano
I definitely have a dll file there to load, I just can't for the life of me figure out how to expo…
»
Mārtiņš Možeiko
Be careful - std140 layout rules are different than C/C++ struct member layout rules. That means y…
»
James Fulop
Hello! Over the past month I have been working on revamping the rendering system to being somethin…
»
Mārtiņš Možeiko
There are no good windows debugger alternatives on Windows. There are some debuggers, but they don…
»
bpunsky
I was testing some ideas in Odin, namely appending dynamic arrays within maps, and came across a p…
»
Allen Webster
Well hopefully someone who knows MinGW better than I will come along to help, because I don't know…
»
Anthony Romano
I'm trying to build the 4coder custom dll with the mingw's gcc and im wondering am I doing somethi…
»
Mārtiņš Možeiko
helps with these kind of things: *%28*x%29%28int+%29%29%5B10%5D
»
Mikael Johansson
There is all sorts of bullshit in the corporate World. The fact that I asked for part time made th…
»