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

Author Topic: Fixed audio crashes at startup  (Read 2889 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Fixed audio crashes at startup
« on: November 26, 2009, 10:04:44 am »
Hi

I've made a fix in SFML 2 that should solve most (all?) of the crashes that occur at startup when using the audio module.

I'm now waiting for feedback from users who had this problem ;)
Laurent Gomila - SFML developer

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
Fixed audio crashes at startup
« Reply #1 on: November 28, 2009, 01:07:22 am »
This update has created a problem when compiling Audio:
../../extlibs/headers/sndfile.h|308|error: ‘__int64’ does not name a type|
This leads to several more errors caused by this. Any ideas on what went wrong? It only happens when compiling the Windows version, through both TDM MinGW and stable MinGW.

Fix: Delete the Build Directory and then SVN Update
I use the latest build of SFML2

 

anything