SFML community forums

Bindings - other languages => DotNet => Topic started by: Falke88 on November 09, 2014, 03:43:00 pm

Title: CSFML-Audio-2 missing - Graphics-2 working...why?
Post by: Falke88 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?



(http://img5.fotos-hochladen.net/uploads/leproblemclyfde6nbh.jpg)

Title: AW: CSFML-Audio-2 missing - Graphics-2 working...why?
Post by: eXpl0it3r on November 09, 2014, 05:28:05 pm
Copy all the needed DLLs...
Title: Re: AW: CSFML-Audio-2 missing - Graphics-2 working...why?
Post by: Falke88 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?
Title: Re: CSFML-Audio-2 missing - Graphics-2 working...why?
Post by: AlexAUT 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
Title: Re: CSFML-Audio-2 missing - Graphics-2 working...why?
Post by: Falke88 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