1
Graphics / Re: Open Music which consists of a unicode filename
« on: September 24, 2017, 06:31:25 pm »
THANKYOU !
This works now perfectly:D
PS: I used std::vector<char>, because the datatype of filesize is std::streampos
and new char[std::streampos] do not work (maybe there's a detour, but std::vector does).
This works now perfectly:D
PS: I used std::vector<char>, because the datatype of filesize is std::streampos
and new char[std::streampos] do not work (maybe there's a detour, but std::vector does).