Closed HoDuyQuang closed 6 years ago
Judging by the errors, you need to install xna framework. VelcroPhysics uses the Vector2 class from it.
You need to install the latest version of MonoGame to use the MonoGame solution. VelcroPhysics does not depend on XNA/MonoGame. If you open the normal "VelcroPhysics.sln" solution file, you'll see that Vector2 and all the other classes that usually come from MonoGame are already there.
If you are going to use MonoGame for your application, you should use the MonoGame version since it links to the Vector2 etc. from the library, and you therefore don't have to copy between MonoGame's Vector2 and the one in VelcroPhysics.
When I open the solution,
Game
,Microsoft.Xna.Framework.Graphics
,Microsoft.Xna.Framework.Input
,... can not be resolve. Do I need install any missing library? I can't fix MonoGame.Framework reference missing in project. Please help me!