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

Author Topic: sfml-audio-d-2.dll  (Read 3745 times)

0 Members and 1 Guest are viewing this topic.

Tirosade

  • Newbie
  • *
  • Posts: 5
    • View Profile
sfml-audio-d-2.dll
« on: March 20, 2018, 07:47:28 pm »
Hey Guys I am getting an error as soon as I include SFML/audio.hpp. It says that it couldn`t find the procedur entry of the file sfml-audio-d-2. I have no idea what to do.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: sfml-audio-d-2.dll
« Reply #1 on: March 20, 2018, 10:41:17 pm »
What's the exact error message?

Do you have the library linked?
Does the DLL exist?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tirosade

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: sfml-audio-d-2.dll
« Reply #2 on: March 21, 2018, 11:32:08 am »
dll file is there and linked correctly.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: sfml-audio-d-2.dll
« Reply #3 on: March 21, 2018, 11:40:12 am »
Aaannd my first question?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tirosade

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: sfml-audio-d-2.dll
« Reply #4 on: March 21, 2018, 02:24:58 pm »
Sorry, I was really bussy. Here is the error code:
The procedur entry "alGetSource3f" wasn`t found in the DLL "C:\Users....\Debug\sfml-audio-d-2.dll.
(It could be a little diffent because I translated it.)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: sfml-audio-d-2.dll
« Reply #5 on: March 21, 2018, 02:31:21 pm »
Did you link OpenAL?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tirosade

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: sfml-audio-d-2.dll
« Reply #6 on: March 21, 2018, 03:10:54 pm »
OpenAL is there, yes. And it is also found because when I delet it, I get another error.
« Last Edit: March 21, 2018, 03:12:50 pm by Tirosade »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: sfml-audio-d-2.dll
« Reply #7 on: March 21, 2018, 03:29:46 pm »
Where did you get the OpenAL DLL from?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tirosade

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: sfml-audio-d-2.dll
« Reply #8 on: March 21, 2018, 05:43:44 pm »
Oh my god, I am such a dumb person. When I started with SFML I thought that I am the only one who got the OpenAL error. Thereforce I downloaded it from a random websit, cause I didnt know that its in the SFML folder. Later on I thought it wouldnt make a diffrence, so I used the file from the random website. The problem is that the file from the websit is way to small but it works with the orginal.
How ever thank you very much for youre time and have a great day. ;D
« Last Edit: March 21, 2018, 05:46:11 pm by Tirosade »