I have downloaded the folder containing the Farseer Physics engine. and I have a game that I am working on using C# and XNA. The issue Im having is that I dont know how to add the files for Farseer to my project so i can reference the functions in the code. How Do I do this?

link|improve this question

feedback

2 Answers

You could also:

  1. Open the Farseer project
  2. Build it
  3. Go into your own project
  4. Right click on 'references' in solution explorer and choose 'add reference'
  5. Browse to the FarseerPhysics .dll file and select it
  6. You now have added it as a reference to your project and can use it in your code!
link|improve this answer
Great simple guide! As of ver 3.3.x, the 'FarseerPhysicsXNA.dll' locates in .\Farseer Physics Engine 3.3.1 XNA\obj\x86\Debug\ – Yoon Lee Oct 24 '11 at 3:34
feedback
up vote 0 down vote accepted

I spent about 3 hours trying to figure this one out. (sounds stupid, I know) After I posted this question I ran on to another question on here that I'm sure I looked at already. ANSWER: Just drag and drop the stupid folder into the Solution Explorer.

link|improve this answer
Don't forget to mark this as the accepted answer! – Alastair Pitts Aug 4 '10 at 3:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.