Author Topic: C++ with XNA?  (Read 4034 times)

0 Members and 1 Guest are viewing this topic.

Offline staticgerbil

  • Atari ST
  • ***
  • Posts: 113
  • Karma: 8
    • View Profile
C++ with XNA?
« on: December 23, 2010 »
Hi guys,

I'm just wondering if anyone has done any XNA using C++, specifically for the Xbox.

I've had a bit of a read over the net about using Managed C++ to use the XNA libraries but everything I find from MS only talks about C#.

I have found some people saying that they have Managed C++ working with XNA but I've seen no real evidence that it works on the Xbox.

At the moment I'm not going to fork out $99 just to find out for myself and was wondering if anyone here had tried this?

Offline va!n

  • Pentium
  • *****
  • Posts: 1431
  • Karma: 109
    • View Profile
    • http://www.secretly.de
Re: C++ with XNA?
« Reply #1 on: February 01, 2011 »
Afaik XNA is for C# only and if you want to code something for XBox, you can just do it in C# and XNA! So no need of C++

If you want Code something in C++ or whatever, you can take a look to SlimDX or better to the newer SharpDX which supports even DX11.

http://slimdx.org/
http://code.google.com/p/sharpdx/
- hp EliteBook 8540p, 4 GB RAM, Windows 8.1 x64
- Asus P5Q, Intel Q8200, 6 GB DDR2, Radeon 4870, Windows 8.1 x64
http://www.secretly.de
Challenge Trophies Won:

Offline staticgerbil

  • Atari ST
  • ***
  • Posts: 113
  • Karma: 8
    • View Profile
Re: C++ with XNA?
« Reply #2 on: February 05, 2011 »
Thanks for the reply :)

I'll check out those links later on today.

Tbh I'm pretty busy these days and I'll probably never get around to doing more xbox code.  I just got a little excited when I came back here and saw nino was doing some XNA.

The only reason I want to use c++ is that I have a decent amount of c++ code that I would love to just drop in a folder and re-use.

I can probably do it with some heavy macro use ;)