Advertisement

C++ on XBOX360?

Started by September 08, 2010 08:21 AM
11 comments, last by M2tM 14 years, 2 months ago
Hey, is there any way to compile C++ code on XBOX360 for use with XNA? I want to port some stuff over to 360, but it's all written in C++. I'm thinking, like a managed C++ compiler or something.
Nope, you'll have to port that code to C#. Only MS-licensed companies get C++ on 360 :/
Advertisement
Well, I was thinking of using it in a dll. Would that work? Calling a C++ compiled dll from C#?
Without a C++ compiler for the 360, you've got no way of compiling such a DLL.
Quote: Original post by Hodgman
Nope, you'll have to port that code to C#. Only MS-licensed companies get C++ on 360 :/


This. And there are no known workarounds.
Just to confirm what has been said, you'll need a devkit to do C++ development on the 360 - there are no exceptions as far as I am aware.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

Advertisement
What about a free, good C++ to C# converter that will convert my Microsoft Visual C++ solutions, to Microsoft Visual C# solutions?
Quote: Original post by 3DModelerMan
What about a free, good C++ to C# converter that will convert my Microsoft Visual C++ solutions, to Microsoft Visual C# solutions?


I literally copy/pasted a part of your question into google and was able to find About 1,120,000 results in the span of 0.21 seconds
_______________________"You're using a screwdriver to nail some glue to a ming vase. " -ToohrVyk
Quote: Original post by M2tM
Quote: Original post by 3DModelerMan
What about a free, good C++ to C# converter that will convert my Microsoft Visual C++ solutions, to Microsoft Visual C# solutions?


I literally copy/pasted a part of your question into google and was able to find About 1,120,000 results in the span of 0.21 seconds


This path is fraught with peril.
Quote: Original post by Rycross
This path is fraught with peril.



Quote for emphasis.

Automatic cross-language converters suck as a general rule. Hand-porting will get you far better results with a lot less hair-pulling.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

This topic is closed to new replies.

Advertisement