Tagged Questions
0
votes
1answer
217 views
How to compile box2d with Monogame in visual studio 2012?
I am trying to create a game for windows 8 using Monogame that uses a 2d physics engine. I found a port of Box2d to XNA but when I open the solution in visual studio 2012 I get a message saying
...
1
vote
5answers
60 views
Debugging an application called from another in Visual Studio?
I have a lobby application which invokes a client-application (think: League of Legends). They're two separate applications and the first invokes the second from itself - how can I get Visual Studio ...
0
votes
2answers
240 views
Play Video In MonoGame
I'm trying to play a video in a monogame project. I've done this in XNA in the past by including the Framework.Video directory and it's very simple. This cannot be done in monogame as Visual Studio ...
3
votes
1answer
1k views
Can't add new monogame content project to solution in VS2012
I'm trying to add a new MonoGame content project (via templates installed in the MonoGame 3.0 installer) to an existing solution in Visual Studio 2012 (Professional), but it always comes up with the ...
1
vote
1answer
416 views
Trying to create a MonoGame Windows 7 desktop project
I have Visual Studio 2012 open. In the Templates > Visual C# > Windows, I currently do not see a Monogame template. Could someone give me some pointers? I'm not sure what I'm doing wrong. In the ...
2
votes
3answers
1k views
Visual Studio 2012 How to debug “Unable to add reference to project x” error?
In Visual Studio 2012 in a blank new Class Library I am trying to add reference to an existing project in the solution, also a Class Library, MonoGame.Framework.Windows8 ...
2
votes
2answers
207 views
What are the most recent instructions on setting up a Windows 8 Monogame Project?
I'm having trouble following all of the "tutorials" and "documentation" MonoGame is providing for building a Windows 8 App. The setup is outdated because the directories don't match anymore. I ...
2
votes
1answer
3k views
Why is XNA not supported in vs2012? [duplicate]
Possible Duplicate:
How to install XNA game studio on Visual Studio 2012?
I would like to make an game application in xna. But after purchasing vs2012 (bought it for almost 800 dollar!!) i ...