On Monday, 1 August 2016 at 00:27:27 UTC, Sean Campbell wrote:
On Sunday, 31 July 2016 at 23:36:54 UTC, Cassio Butrico wrote:[...]There was changes made to core.sys.windows so it defaults to unicode.Try dmd winsamp gdi32.lib winsamp.def -version=ANSIor change all of the xxxA functions to xxxW and use toUTF16z (in stf.utf) instead of toStringz.
thanks for listening I will try