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

Author Topic: CSFML-Audio-2 missing - Graphics-2 working...why?  (Read 4339 times)

0 Members and 1 Guest are viewing this topic.

Falke88

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
CSFML-Audio-2 missing - Graphics-2 working...why?
« on: November 09, 2014, 03:43:00 pm »
Hey guys...

I just played around with the .NET build (newest actually) a bit - setting it up with a bit tricky for a newb like me tho. Managed to get CSFML-Graphic-2 into the project and worked already with it.

New problem I came along is using CSFML-Audio-2 - which I just used freshly while testing some sounds.

On the following picture you can see that I threw in CSFML files as mentioned into projects compile folder Debug - as I said it worked fine with the CSFML-Graphics-2. Sadly Audio is kinda bugger.
Anybody an idea to solve it?






eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10991
    • View Profile
    • development blog
    • Email
AW: CSFML-Audio-2 missing - Graphics-2 working...why?
« Reply #1 on: November 09, 2014, 05:28:05 pm »
Copy all the needed DLLs...
« Last Edit: November 09, 2014, 06:17:43 pm by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Falke88

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: AW: CSFML-Audio-2 missing - Graphics-2 working...why?
« Reply #2 on: November 09, 2014, 05:34:50 pm »
Copy sll thd needed DLLs...

Sorry chief I can't follow you right?

If you said that I have to "copy still the needed DLLs..." well - that's what I already did as you can see in my screenshot. Or do I miss something stupid here?

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: CSFML-Audio-2 missing - Graphics-2 working...why?
« Reply #3 on: November 09, 2014, 05:39:37 pm »
What is missing? The dll when you start the application or something during building your application?

And I think you need the openal.dll and libsndfile-1.dll too (at least in C++ you need them), to use the audio module. (They are shipped with SFML do not download the dll's(version missmatch).


AlexAUT

Falke88

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: CSFML-Audio-2 missing - Graphics-2 working...why?
« Reply #4 on: November 09, 2014, 05:44:49 pm »
What is missing? The dll when you start the application or something during building your application?

And I think you need the openal.dll and libsndfile-1.dll too (at least in C++ you need them), to use the audio module. (They are shipped with SFML do not download the dll's(version missmatch).


AlexAUT

Here we go -> openal.dll and libsndfile-1.dll

That was the error it seems.

The Error message apperared while starting the application. It said "DLL Missing -> CSFML-AUDIO-2.

Scroll my screenshot to the right so see it if you didnt saw it yet