topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 18, 2024, 7:18 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Microsoft's XNA Game Studio Express  (Read 5164 times)

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,749
    • View Profile
    • Read more about this member.
    • Donate to Member
Microsoft's XNA Game Studio Express
« on: September 18, 2006, 02:57 PM »
So I downloaded XNA (2MB download, awesome!) then went to install it and it said I needed to download and install Visual C# Studio Express first. So I downloaded it and installed it. Then I installed XNA, which consisted in downloading another 800MB of files. So much for the 2MB download. . . While I was waiting for that to finish downloading and installing I was looking on Microsoft's page on what was required to run XNA. It said I needed to also have the Direct X 9 SDK from August 2005, which was very close to 1GB, if I recall correctly.

Hours later when I finally got everything installed and running, I opened up the tutorial included with XNA on making my first game. Followed the directions, it said to compile the program and run. Oops! Compile error. I corrected an inconsistency in variable/function naming. Compile and run. What? Another compile error? Go over the code and can't figure out what's wrong. Keep getting an error about the graphic file I'm using. Check to see what file types it supports. Gif is included. File should work. . . Wonder if perhaps the long name is causing problems. Shorten file name and compile. File not found. Oops, I forgot to update the file in the solution manager. Hmmm. . . The text box for changing the path is grayed out. Maybe it's because the compiler is still running. Close it. Nope, still greyed out. Close all open files. Still can't change it. Close VC#SE2005 and reopen. There we go, I can update it now.

Now how the heck do I open up my program I was working on? And where the heck did my Solution Manager and Toolbox go to? View -> Solution Manager. View -> Toolbox. Cool they hide on the side of the screen. I set them to autohide. Figure out how to open up my source code again. Nice, should work now. Compile and Run. Still an error. What is the problem? Go over it again and can't find anything wrong. Can't find my Toolbox or Solutions Manager anymore. Reopen them. Decide to cut and paste entire code from the example into the source code, changing only the example file name for the sprite to the actual filename on my system. That should do it! Compile and Run. WHAT? Still getting an error on that line of code that uses the sprite. Click on error message. It says "Click here for more details." I click. Read more details. Can't see how those details have anything to do with what I'm doing. Mess around with it for another 20 minutes, copying and pasting again from the tutorial, word for word, line for line, except that filename. Compile and Run. Same error. And where the heck did my Solutions Manager and Toolbox go?!! Open them again.

Frustrated, as it is the fifth time now that I've been following tutorials on programming in C or C++ or C# with Microsoft products over the past few years the tutorial source code does not compile on my system. Close XNA/VC#SE2005 in disgust and post about it here the next day.

 :nono2: :wallbash:
« Last Edit: September 18, 2006, 03:00 PM by Deozaan »

JavaJones

  • Review 2.0 Designer
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,739
    • View Profile
    • Donate to Member
Re: Microsoft's XNA Game Studio Express
« Reply #1 on: September 29, 2006, 09:29 PM »
That sucks! I hope it's not so difficult for everyone. If this is "standard behavior", I don't think we'll be seeing a lot of homebrew Xbox games. :P

- Oshyan

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Microsoft's XNA Game Studio Express
« Reply #2 on: July 04, 2008, 07:47 AM »
Have you ever looked at it again? There's the creator's club now where they're trying to get people who's like to make games in on the board.. http://creators.xna.com/

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,749
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Microsoft's XNA Game Studio Express
« Reply #3 on: July 06, 2008, 10:27 PM »
No. I think that was the last time I touched XNA, though I have downloaded the later versions, I don't think I've ever installed them and given them a try.