Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. http://www.microsoft.com/visualstudio/eng/downloads#d-express-windows-desktop
  2.  
  3. Quote:You can use Visual Studio Express 2012 for Windows Desktop to build powerful desktop apps in C#, Visual Basic, and C++. You can target client technologies such as Windows Presentation Foundation (WPF), Windows Forms, and Win32. After installation, you can try this product for up to 30 days. You must register to obtain a free product key for ongoing use after 30 days.
  4.  
  5. So after 30 days you need to do something to get a free CD key. Direct download link fos Visual Studio http://go.microsoft.com/?linkid=9816768
  6.  
  7. ----------
  8.  
  9. Then you'll need to instal the base DirectX SDK
  10. http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=6812
  11.  
  12. ---------
  13.  
  14. Then if you wish for some older support, not required, but you should get it:
  15. http://www.microsoft.com/en-us/download/details.aspx?id=35
  16.  
  17. ---------
  18.  
  19. Then XNA itself:
  20. http://www.microsoft.com/en-us/download/details.aspx?id=27599
  21.  
  22. ---------
  23.  
  24. Getting started with XNA; I'd recommend this, it should show you the setup and how to make your first basic game:
  25. http://xbox.create.msdn.com/en-US/education/tutorial/2dgame/getting_started
  26.  
  27. ---------
  28.  
  29. Some basic tutorial links:
  30. http://xbox.create.msdn.com/en-US/education/catalog/
  31. http://www.riemers.net/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement