samsmithnz
Well-known member
Compiling Multiple Languages into One Assembly
One of the main features Microsoft declared about VS.NET was that all the languages are now equal in respect to data types. The Main idea being was that you could write a specifically low level module of your application in C++, while the rest was in C# or VB. And because all the languages were compiled down to this common cls thingy, they are all equal (relatively)
I know that VS.NET 2002 did not support this multiple language compiling. Something about the compiler not supporting it yet.
I wanted to know if this is supported in VS.NET 2003 yet?
Or is it just a impossible Microsoft dream....
Thanks
Sam
One of the main features Microsoft declared about VS.NET was that all the languages are now equal in respect to data types. The Main idea being was that you could write a specifically low level module of your application in C++, while the rest was in C# or VB. And because all the languages were compiled down to this common cls thingy, they are all equal (relatively)
I know that VS.NET 2002 did not support this multiple language compiling. Something about the compiler not supporting it yet.
I wanted to know if this is supported in VS.NET 2003 yet?
Or is it just a impossible Microsoft dream....
Thanks
Sam
Last edited by a moderator: