XNA Compilation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UmV1YmVu?=

    XNA Compilation

    Hi,
    Sorry if I'm in the wrong newsgroup, but I couldn't find anything that dealt
    solely with XNA.

    I was wondering if there is any way to compile content into XNA binary files
    without using the Visual Studio/C#/XNA GSE IDE. I don't mind whether it's via
    code or through a command line, the idea is to compile it on a system that
    only has the XNA Framework Redistributable installed.

    Please let me know if you have any ideas that could even be remotely helpful.

    Reuben.
  • Kevin Spencer

    #2
    Re: XNA Compilation

    There are XNA Game Development forums that are linked to from the Microsoft
    XNA Development Center:

    Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.


    In answer to your question, to the best of my knowledge, it is not possible
    to develop XNA without having both Visual Studio Express and XNA Game Studio
    Express installed on the machine. It is probably possible to use the
    command-line compiler on a machine with that software installed, although
    I've never had reason to find out. But if you ask on the forums you may find
    a more definitive answer.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP

    DSI PrintManager, Miradyne Component Libraries:


    "Reuben" <Reuben@discuss ions.microsoft. comwrote in message
    news:0D242EB0-1E22-4623-BD5A-3E95043B9A29@mi crosoft.com...
    Hi,
    Sorry if I'm in the wrong newsgroup, but I couldn't find anything that
    dealt
    solely with XNA.
    >
    I was wondering if there is any way to compile content into XNA binary
    files
    without using the Visual Studio/C#/XNA GSE IDE. I don't mind whether it's
    via
    code or through a command line, the idea is to compile it on a system that
    only has the XNA Framework Redistributable installed.
    >
    Please let me know if you have any ideas that could even be remotely
    helpful.
    >
    Reuben.

    Comment

    Working...