Quote:
Originally Posted by Dizzy
Yeah... I figured that out too late.
I thought XNA was going to be compatible with all Visual Studio languages.
|
Nope. The only language they have ever said would be compatible is C#. You can technically get other managed languages to work, but that right there is native C++; not managed C++ (more properly known as C++/CLR). So it'd still be a big task to go from native C++ to C++/CLR.