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…
MinGW supports same thing as MSVC for exporting symbols - put __declspec(dllexport) before functio…
I definitely have a dll file there to load, I just can't for the life of me figure out how to expo…
Be careful - std140 layout rules are different than C/C++ struct member layout rules. That means y…
Hello! Over the past month I have been working on revamping the rendering system to being somethin…
There are no good windows debugger alternatives on Windows. There are some debuggers, but they don…
I was testing some ideas in Odin, namely appending dynamic arrays within maps, and came across a p…
Well hopefully someone who knows MinGW better than I will come along to help, because I don't know…
I'm trying to build the 4coder custom dll with the mingw's gcc and im wondering am I doing somethi…
helps with these kind of things: *%28*x%29%28int+%29%29%5B10%5D
There is all sorts of bullshit in the corporate World. The fact that I asked for part time made th…
Brian —
To be honest, not sure how to respond to that. What was their reason for termination? Sounds like…
Shazan —
I saw Casey mention this on stream is there a good alternative debugger on windows. I found windbg…
Not on topic but I was going to ask about that one but I think I figured it out: X is a pointer t…
I pulled it completely out of my butthole. Multigrid schemes are common in continuum dynamics (s…
Hmm... that actually makes sense, but it means I need to reconsider the structure of the sticky ju…
I ran into a bug when going through error locations with Alt + N / Alt + Shift + N. The feature ju…
And this definitely can't be done without symbol list: cool beans; // function declaration beans(…
[/quote] First two would be classified as variables. The last one would be erroneously recognize…
What does your hypothesis say about following declarations?