Merlyn Morgan-Graham

Results 33 comments of Merlyn Morgan-Graham

@RandyGaul what are the names of the functions that you were linking? It seems the line numbers went out of sync, and the lib rename seems to have clobbered the...

I can repro on VS2015 community: If I compile the tests/hmm_test.c (and add HandemadeMath.c), and use a "win32" target (32 bit), I get this error. If I create a x64...

`main.cpp` and `main.c` aren't in the repo, so I don't know what files you are compiling. If you just include the `HandmadeMath.h` header and don't actually pass parameters to the...

Excellent. If I get this working I will add the alternate build docs and make a pull request.

BTW, if I switch active windows and come back, the menu then becomes clickable. I found references to this problem (in other apps) elsewhere, but nothing that is canonical to...

I stripped the miniaudio.h header down as much as I could, and here's zig and C code that replicate the problem about as minimally as I could manage: ```zig const...

Awesome, thanks for the info :) This will get me further down the path of fixing this. I accept submissions if you decide to fix this on your own.

Problem no longer repros with this. Will close issue when I've uploaded a new build with the fix.

Yeah I am doing something quite similar for Nuklear already, though like you mentioned (same frame down and up events) there's a number of cases I haven't handled yet. My...

Yes, this can probably be closed. I would give you a verification, but I am not currently using tup on any projects. I will give it another spin some time...