SFML community forums

Bindings - other languages => D => Topic started by: RobotGymnast on March 19, 2011, 04:11:01 am

Title: DSFML2: soundstream.d error
Post by: RobotGymnast on March 19, 2011, 04:11:01 am
Running Linux 64-bit, with dmd v2.052. When compiling dsfml-audio, I get

Code: [Select]
soundstream.d(268): Error: cannot implicitly convert expression (temp.m_dummy.Samples.length) of type ulong to uint

Can be solved with an explicit cast.