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

Author Topic: alcCapture not found in openAL  (Read 3932 times)

0 Members and 1 Guest are viewing this topic.

troopson

  • Newbie
  • *
  • Posts: 30
    • View Profile
alcCapture not found in openAL
« on: November 26, 2010, 05:02:40 pm »
I reinstalled system,visual studio etc. and now im compiling my project.
Everything goes okay, but when i try to use Audio.hpp module it goes wrong.
It says "The procedure entry point alcCaptureStop could not be located in the dynamic link library openal32.dll". If i remove lines with audio compilations goes OK. Before formatting C: it was OK.

Zamadatix

  • Newbie
  • *
  • Posts: 27
    • View Profile
alcCapture not found in openAL
« Reply #1 on: November 26, 2010, 05:40:01 pm »
Is openal32.dll in your release directory?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
alcCapture not found in openAL
« Reply #2 on: November 26, 2010, 05:55:48 pm »
MAke sure that you use the openal32.dll provided with SFML.
Laurent Gomila - SFML developer

troopson

  • Newbie
  • *
  • Posts: 30
    • View Profile
alcCapture not found in openAL
« Reply #3 on: November 26, 2010, 06:16:35 pm »
Quote from: "Laurent"
MAke sure that you use the openal32.dll provided with SFML.

how ?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
alcCapture not found in openAL
« Reply #4 on: November 26, 2010, 06:39:45 pm »
Copy it in the same directory as your executable.
Laurent Gomila - SFML developer

troopson

  • Newbie
  • *
  • Posts: 30
    • View Profile
alcCapture not found in openAL
« Reply #5 on: November 26, 2010, 06:44:15 pm »
well
http://www.sfml-dev.org/download.php
SFML full SDK c++ Windows - Visual C++ 2008 (23.5 MB)

doesnt provide OpenAl32.dll

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
alcCapture not found in openAL
« Reply #6 on: November 26, 2010, 07:44:29 pm »
extlibs/bin
Laurent Gomila - SFML developer

troopson

  • Newbie
  • *
  • Posts: 30
    • View Profile
alcCapture not found in openAL
« Reply #7 on: November 27, 2010, 03:59:41 pm »
oh, sorry then, i probably missclicked while using search tool.
Works now OK. Thanks

 

anything