vareille
vareille
I don't know if it helps, but in tinyfiledialogs v3.13.3 I have added the AppleSilicon dylib file (previously it was only Intel)
I don't know if it helps, but in tinyfiledialogs v3.13.3 I have added the AppleSilicon dylib file (previously it was only Intel)
not sure if it helps either, but I've also added Linux .so files for x86 and x64
I've found the info in Makefile.build_dist It is v3.8
finally I've created the file myself: cd /usr/lib/clang/11.1.0/lib/linux ar -rs libclang_rt.builtins-i386.a clang_rt.crtbegin-i386.o clang_rt.crtend-i386.o and it works !
apk add lld
I think the --friendly-name could be use to do that automatically. this uuid seems a bit redondant
@StefanOltmann what you are showing here is a directory picker and not the file picker.
yes, on macs, you need to install "sox" from homebrew for this to work as intended https://formulae.brew.sh/formula/sox#default
On windows toot calls a microsoft function called beep(), described here: https://learn.microsoft.com/en-us/windows/win32/api/utilapiset/nf-utilapiset-beep I'm afraid anything wrong with this function is a microsoft issue.