Questions tagged [xbox360]

The Xbox 360 is a video game console made by Microsoft and is the successor to the original Xbox. Development languages include C#, C and C++.

The Xbox 360 is the second video game console released by Microsoft, after 2001's . The Xbox 360 competes against the Nintendo and Sony . All three are called "next-generation" or "seventh generation" consoles. The Xbox 360 was officially revealed on MTV on May 12, 2005.

Development

Xbox 360 development is largely split into two distinct sections:

  1. XNA Development
    This involves using the XNA Framework to develop games/applications, and is done through AppHub. You can find the tools for development (XNA Game Studio) here. Anything developed using these tools must be written in C#.NET and can only be released onto the Xbox LIVE Marketplace as an 'Indie Game' (after passing the review process, of course). To debug your XNA app on the console itself, you need a membership. Another thing to note is that Xbox 360 apps can't access the Internet at all - all communication goes through Xbox LIVE or System Link.

  2. Professional Development
    This covers the development of complete Xbox 360 titles, and requires that you be part of the Xbox 360 Registered Developer Program. Once a development license is obtained (and the NDA is signed), Microsoft provides developers with access to the official Xbox 360 SDK and development hardware, which includes full Visual Studio integration and documentation for developing native Xbox 360 applications and libraries using C/C++. The development kit hardware comes in a few flavours and supports debugging from Visual Studio via ethernet, DVD emulation via USB, etc. For more information on the professional development program, see this information.

Referenced from this answer.

Resources:

226 questions
0
votes
1 answer

Why are the watch values formatted strangely (text/html/xml visualizers will not appear) in VS 2010 for my XBOX 360 ADK Reference Application Project

While attempting to use the Visual Studio 2010 debugger on an Xbox 360 ADK Reference application, I'm noticing that the watch values in the debug output are formatted strangely. Once I earn enough reputation points (new user) I will post a…
0
votes
1 answer

How can I send a image over the network in XNA?

Making a randomly generated noise image, was wondering possible solutions of how to send it to other players. I know the best method is to just send the seed, which is probably the solution I will go with, but I was curious as to if there is a good…
SimpleRookie
  • 303
  • 1
  • 3
  • 14
0
votes
3 answers

Develop Xbox 360 Apps

I have been asked to develop an Xbox 360 app. Not a game but an application like Netflix, Youtube or Muzu... I find it realy hard to find any information on app development for the Xbox console. Can anybody give me some advice? I know that the XDK…
Jean-Luc
  • 19
  • 1
  • 2
0
votes
2 answers

Using C# to write an Xbox 360 Indie game with Python Scripting

I am not familiar with what C# can do, especially in the context of a Xbox 360 game, but is it possible to execute Python scripts from within an Xbox 360 Indie game? I've read several times that you'd want to write the game graphics and logic in a…
TankorSmash
  • 11,146
  • 5
  • 55
  • 96
0
votes
1 answer

Error LNK2019 unresolved external symbol for VS2008 - Unity Plugin

I am trying to get my plugin for Unity Xbox to work correctly. For those who are not familiar with this process, all that is required is a .cpp file and the libraries and headers to be defined in the VC++ Directories options. However, I keep getting…
fraggleRockz
  • 1,587
  • 2
  • 11
  • 15
0
votes
1 answer

ICommand will not trigger

My ICommand will not trigger unless I move the DataContext field into the the DataTemplate (contlisttemplate) for the Button. I have images set in a style resource, those disappear as soon as I move the DataContext field into the DataTemplate. …
Fabii
  • 3,550
  • 12
  • 47
  • 83
0
votes
1 answer

Pass URL to XAML at runtime

I want to pass a URL to a SMFPlayer at runtime, is there a way to do this in XAML without Binding ? Instead of statically setting the source like I've done below. So basically the user clicks a button associated with a specific object. A URL field…
Fabii
  • 3,550
  • 12
  • 47
  • 83
0
votes
1 answer

Xbox Application Development

I've been scouring the internet for a guide to creating an xbox application (not a game) but have been unsuccessful so far. I've found that Microsoft provides XNA and XDK, and that the XDK is only available through their developer program. Is…
Nick
  • 6,157
  • 4
  • 32
  • 47
0
votes
2 answers

SQLite to work on xbox 360?

I found a SQLite implementation for Xbox 360 started by Kevin Gadd when on MSDN forums but their was a google C#-SQLite implementation DLL that was made that he used. I just wish to know how the API works because the original website where they…
jeffery
  • 322
  • 4
  • 19
-1
votes
1 answer

Show Xbox Live Online Status?

Possible Duplicate: .NET XBox Live Account API I'm looking into how to get a Xbox Live member's presence (i.e. Not Online, Online playing _). The only way is to be signed into Xbox.com, visit the player's page, and scrape some text from a div.…
Drew
  • 1
  • 1
-1
votes
1 answer

Languages to develop applications for Xbox 360 kinect

I know this sounds stupid and I'm propably very late to the party but here's the thing I want to program an gesture recogniction application (in the likes of this Hand detection or this actual finger detection) for the Xbox 360 Kinect. SDK (version…
Quamatoc
  • 3
  • 3
-1
votes
1 answer

Is it possible to make Xbox 360 games using SDL?

I've watched Elysian Shadows' video on getting started with game development and in the video, Falco says that you can make a game engine entirely from scratch. Going from his word, XNA seems like "cheating" and I was wondering if there was any way…
Anonymous827364
  • 247
  • 1
  • 2
  • 7
-1
votes
1 answer

Link Microsoft Account

Microsoft Account I've been looking for a few hours and come to find NO results. I'm looking for a way to link Xbox360 Accounts to a players profile on my website. I would like to use the Microsoft login to make it legitimate. This way players can't…
Matthew D Auld
  • 368
  • 1
  • 3
  • 16
-1
votes
1 answer

Posting a link via Graph seems to now be adding a "story" and "story_tags" implicitly and overwriting my fields?

Posting links via Graph to my feed, i am noticing that new "story" and "story_tags" fields are being implicitly added (without my intention). this is new behavior as of on our around 07/20/12, as if i look at links prior to that in my feed, they did…
-2
votes
1 answer

Returning null from a xbox360 XNA api method. Bad practice?

I always considered returning a null object to be bad practice for a method call that is to be responded to. Lets say Int GetFieldByID( String IDString ); so Int m_MyReturnedID = GetFieldByID( "myGamerTag" ); Now, I'd assume that if the ID could…
Gary Paluk
  • 976
  • 13
  • 28
1 2 3
15
16