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

Author Topic: Error while trying to add SFML.net 2.1 to VS 2012 project  (Read 2059 times)

0 Members and 1 Guest are viewing this topic.

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Error while trying to add SFML.net 2.1 to VS 2012 project
« 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.  ???

I have many ideas but need the help of others to find way to make use of them.

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Error while trying to add SFML.net 2.1 to VS 2012 project
« Reply #1 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".  ;)
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Re: Error while trying to add SFML.net 2.1 to VS 2012 project
« Reply #2 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.  ::)
I have many ideas but need the help of others to find way to make use of them.