SFML community forums

Bindings - other languages => DotNet => Topic started by: StormWingDelta on April 01, 2014, 03:48:59 am

Title: Error while trying to add SFML.net 2.1 to VS 2012 project
Post by: StormWingDelta on April 01, 2014, 03:48:59 am
Had this error at school and now at home. Can someone help me make it go away?  Trying to get all the files needed included and no clue how to do this for the .net version of SFML.

For some annoying reason it won't let me ref the csfml dlls. But yet whines about them not being around when I include the .net ones and it tries to find them.  ???

(http://i.imgur.com/7JIb1sL.png)
Title: Re: Error while trying to add SFML.net 2.1 to VS 2012 project
Post by: zsbzsb on April 01, 2014, 03:58:25 am
You don't add references to the CSFML dlls, just add them to your project as content files and set "copy to output directory" property to "copy if newer".  ;)
Title: Re: Error while trying to add SFML.net 2.1 to VS 2012 project
Post by: StormWingDelta on April 01, 2014, 04:56:31 am
You don't add references to the CSFML dlls, just add them to your project as content files and set "copy to output directory" property to "copy if newer".  ;)

I'm too visual for my own good.  Had No clue what and where for a few minutes.  Tried simply coping the files to the project's location with the other files and it still can't find them. >.>  Than clicked on the files themselves and found what I needed.  ::)