darealshinji

Results 154 comments of darealshinji

It works, but I can't print the argument name in an error message. Right now this is how I do it with my helper function: ```C++ template void check_empty(const std::string...

Maybe the custom reader should be run inside `ArgumentParser::ParseArgsValues()`. That way it would receive the argument name. Here's how I patched that part to do what I needed it: ```...

This helps to create AppImages and similar portable builds on Linux.

Older versions of the fmod ex api can be found here: http://www.fmod.org/browse-fmod-ex-api/ Maybe you could check different versions and see which works the best. edit: I checked out different versions...