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

Author Topic: Code::blocks can't find -lsfml-audio.dll  (Read 2231 times)

0 Members and 2 Guests are viewing this topic.

savail

  • Newbie
  • *
  • Posts: 2
    • View Profile
Code::blocks can't find -lsfml-audio.dll
« on: March 19, 2011, 09:55:37 pm »
Hey
I have copied all libs(dll's and a's from sfml to libs directory in code::blocks, same with include files. And now when I create a project -> sfml project
When CB asks me to give location of SFML(with include and lib subfolder) I write my code::blocks MinGW position. And when im trying to run a sample program it says that can't find -lsfml-audio.dll
What's wrong? I will be very grateful for help!

savail

  • Newbie
  • *
  • Posts: 2
    • View Profile
Code::blocks can't find -lsfml-audio.dll
« Reply #1 on: March 20, 2011, 09:32:31 am »
weird... Code::blocks in his standard sfml project was linking sfml-audio.dll and some other files with dll extension. When I removed the part ".dll" everything compiled and worked