Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: DSFML2: soundstream.d error  (Read 4953 times)

0 Members and 1 Guest are viewing this topic.

RobotGymnast

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
DSFML2: soundstream.d error
« 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.

 

anything