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.
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 handmad…
»
Abner Coimbre
Hello Handmade! All exciting Handmade news will be arriving shortly, no later than July 4th. I a…
»
Mikael Johansson
Oh? Then I misunderstood. I am just used to people always believing the employer over the employe…
»
Mārtiņš Možeiko
Windows recognizes that and doesn't fail silently. It sets appropriate error code (ERROR_BAD_EXE_…
»
Anthony Romano
Thank you very much for the information I just got it working, it's rather embarrassing but I gra…
»
Brian
I am curious as to why you would think that remark (or insult) was directed at you, and not to th…
»
Mārtiņš Možeiko
MinGW supports same thing as MSVC for exporting symbols - put __declspec(dllexport) before functi…
»
Anthony Romano
I definitely have a dll file there to load, I just can't for the life of me figure out how to exp…
»
Mārtiņš Možeiko
Be careful - std140 layout rules are different than C/C++ struct member layout rules. That means …
»
James Fulop
Hello! Over the past month I have been working on revamping the rendering system to being someth…
»
Mārtiņš Možeiko
There are no good windows debugger alternatives on Windows. There are some debuggers, but they do…
»
bpunsky
I was testing some ideas in Odin, namely appending dynamic arrays within maps, and came across a …
»
Allen Webster
Well hopefully someone who knows MinGW better than I will come along to help, because I don't kno…
»
Anthony Romano
I'm trying to build the 4coder custom dll with the mingw's gcc and im wondering am I doing someth…
»
Mārtiņš Možeiko
cdecl helps with these kind of things: https://cdecl.org/?q=int+%28*%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 t…
»
Brian
To be honest, not sure how to respond to that. What was their reason for termination? Sounds li…
»
Shazan
I saw Casey mention this on stream is there a good alternative debugger on windows. I found windb…
»
Simon Anciaux
1int (*(*x)(int y))[10]; Not on topic but I was going to ask about that one but I think I figur…
»
Casey Muratori
sndr Any ideas where it originates from, or where to find more info ? I pulled it completely out …
»
Allen Webster
Hmm... that actually makes sense, but it means I need to reconsider the structure of the sticky j…
»
Daniel Bross
Nice! Glad you found it!
»
Daniel Bross
I ran into a bug when going through error locations with Alt + N / Alt + Shift + N. The feature …
»
pragmatic_hero
And this definitely can't be done without symbol list: 1 2 3 4 5 6 7typedef cool(beans); cool be…
»
pragmatic_hero
mmozeiko What does your hypothesis say about following declarations? 1 2 3int (*a[10])(int (*b)(…
»
Mārtiņš Možeiko
What does your hypothesis say about following declarations? 1 2 3int (*a[10])(int (*b)(int c)); …
»
Mikael Johansson
I live in Sweden, and am unemployed, so I do not know how much help this will be, but here, the o…
»
Brian
Greetings! When in the process of talking with a prospective employer, when should one bring up …
»