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

Author Topic: Error with OpenAl32.dll  (Read 4170 times)

0 Members and 2 Guests are viewing this topic.

pabloist

  • Newbie
  • *
  • Posts: 26
    • View Profile
Error with OpenAl32.dll
« on: January 04, 2011, 04:31:40 am »
When I attempt to compile, I get this error.
Quote
The procedure entry point alGetSource3f could not be located in the dynamic link library OpenAl32.dll.


I'm using Code::Blocks, gcc 4.4, SFML 1.6, on Windows 7. I've linked the libraries as
Quote
-lsfml-audio-d
-lsfml-graphics-d
-lsfml-window-d
-lsfml-system-d


My program was working before I attempted to add sound.. so what do I do?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Error with OpenAl32.dll
« Reply #1 on: January 04, 2011, 08:57:58 am »
Make sure that you use the openal32.dll provided with SFML.
Laurent Gomila - SFML developer

pabloist

  • Newbie
  • *
  • Posts: 26
    • View Profile
Error with OpenAl32.dll
« Reply #2 on: January 05, 2011, 12:25:30 am »
Thank you, Laurent, found them and got it working :)

 

anything