Christian Semmler
Christian Semmler
Hi @hng, the company is exclusively owned by the foundation/trust (a single controlling share is owned by the [Purpose Foundation](https://purpose-economy.org/en/), whose job is to guarantee the immutability of this setup)....
> I also wonder if there's a way to automate this, like maybe have a script on my VPS that periodically counts the number of functions in the repo and...
Quite interesting to see there are entire platforms like https://decomp.me/ with the aim to facilitate collaboration on decompilation! That being said, the entire ecosystem seems to be mostly focused around...
+1 from me. I also have a use case where I already have a callback that receives audio data, and if there was an API in miniaudio to directly push...
This happens if the C++ standard library that comes with your MinGW does not include thread support. Check this answer: https://stackoverflow.com/a/17986785 I also mentioned it in the instructions: https://github.com/foxtacles/vaultmp#compilation
which GCC version are you using? probably something changed in a newer version, leading to issues like that. maybe you can get a mingw64 including GCC 4.9 - otherwise the...
https://github.com/foxtacles/vaultmp/tree/master/source/lib there are C::B project files and makefiles for iniparser and time libraries, did you try them to compile them on Windows?
https://github.com/foxtacles/vaultmp/blob/master/source/lib/iniparser_makefile.windows this one didn't work? maybe you are missing -m32 in the `CC` var
hmm, strange. are you re-compiled all parts after you changed the compiler version? alternatively you can try the Release build which does not require stack trace
can you try this makefile? https://github.com/foxtacles/vaultmp/blob/master/source/lib/time_makefile.windows