Dimitre
Dimitre
a new pr with relevant changes would be great!
great ideas. yeah we should find all functions compatible with wstring() and use them like this PR https://github.com/openframeworks/openFrameworks/pull/7435
I've converted this one to draft and opened a separate issue here to know how to properly have windows only code on OF - https://github.com/openframeworks/openFrameworks/issues/7446
Thanks @artificiel, I've updated somethings in the PR accordingly. I've tried to open sf_wchar_open with filesystem directly so it outputs the correct c_str for any platform, but this revealed some...
Hello @artificiel I've updated this PR with some improvements on extensions handling and using sndfile windows version with wchar. opinions are welcome
haha yes. I vote to keep mpg123_open now, and keep things c++14 backwards compatible just one more release. Ah, and openal was discontinued in 2009 :) so it is not...
About extensions: I personally never seen extensions with extended characters, like a file ```image.ção``` another good point of using ofToLower would be the case (rarely though) somebody uses a capitalized...
alternatively we can handle extensions like this ```c++ vector paths { { "asdf.MP3" }, { "asdf.Mp3" }, { "asdf.mp3" }, { "asdf.mP3" }, }; for (auto & p : paths)...
Hello @sebleedelisle I've finally had the time and machine to address some recent issues on projectGenerator please test it again with a recent nightly build if you have the time.
@sebleedelisle I've just generated on windows using latest projectGenerator and it seems to work OK. compiling the program there are some issues related to the recent change, probably just prepend...