How to change this program. Needed tools: Step 1: Creating an XBE file Step 2: Creating a decently small XBE file Step 3: Modifying the code

Step One: Creating an XBE File

I found the Visual C++ project files useless. Visual C++ 6.0 couldn't load the project. Visual C++ .NET 2003 (Visual C++ 7.10) had to convert the files from an old version. When they did, the project was converted partially into a Windows program, and to make a long story short, it didn't work.
  • Build, Build XSelector.
  • Now when you build, you should get "error X1001: Could not connect to Xbox". In Visual Studio 6.0, this will appear as To solve:
  • Build, Build Selector.
  • Now you should see the following three lines (with some other information as well):
  • Enjoy the 1,822,720 bytes big XSelector.XBE.
  • Step Two: Creating A Decently Small XBE File

    Step Three: Making a better XBE file

    Creating A Really Small XBE File