一次安装一个单独的语言 [英] Installing Individual Languages One at a Time

查看:76
本文介绍了一次安装一个单独的语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我认为这是一个常见的问题,但我还没有看到答案

。对不起,如果我要复制了。


我记得新.NET的一大特色就是你可以

多个程序写你的程序语言(VB,C#,C ++,...)都在一个

项目中并编译它们。显然,当你购买Visual Studio时,这是有效的,但是对于那些想要随着时间的推移而更新预算的人来说(可能更贵)但是我不会得到所有的语言)我还能这样做吗。


主要是,我现在可以买VB.NET,并在几个月内购买Visual C ++和

能够在同一个项目中使用两种语言开发我的应用程序吗?

I figured this would be a common question, but I haven''t seen the answer
anywhere. Sorry if I''m duplicating.

I remember that one of the big features of the new .NET was that you could
write your program in multiple languages (VB, C#, C++, ...) all in one
project and compile them. Obviously that works when you buy Visual Studio,
but for someone on a budget who wants to update over time (yeah probably more
expensive, but I won''t be getting all of the languages) can I still do this.

Mainly, can I buy VB.NET now, and in a couple of months buy Visual C++ and
be able to develop my application using both languages in the same project?

推荐答案

" Robert D" < Robert D@discussions.microsoft.com > schrieb:
"Robert D" <Robert D@discussions.microsoft.com> schrieb:
主要是,我现在可以购买VB.NET,并在几个月内购买Visual C ++并且能够使用两种语言开发我的应用程序
项目?
Mainly, can I buy VB.NET now, and in a couple of months buy Visual C++ and
be able to develop my application using both languages in the same
project?




即使在专业版(或更好)中你也无法做到这一点。

什么你可以在VS.NET Professional中编辑包含用不同.NET编程语言编写的
项目的解决方案。


如果你是学生,你可以也许在你的学校或大学获得一个更便宜的VS.NET版本。还有一个学术版比专业版便宜
但没有任何功能

限制。尽管如此,学术版本IIRC不得用于商业开发。


-

Herfried K. Wagner [MVP ]

< URL:http://dotnet.mvps.org/>



Even in the Professional Edition (or "better") you won''t be able to do that.
What you can do in VS.NET Professional is editing solutions that contain
projects written in different .NET programming languages.

If you are a student, you can maybe obtain a cheaper version of VS.NET at
your school or university. There is also an Academic Edition that is
cheaper than the Professional Edition but doesn''t have any functional
limitations. Nevertheless, the academic versions IIRC must not be used for
commercial development.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


" Robert D" < Robert D@discussions.microsoft.com > schrieb:
"Robert D" <Robert D@discussions.microsoft.com> schrieb:
主要是,我现在可以购买VB.NET,并在几个月内购买Visual C ++并且能够使用两种语言开发我的应用程序
项目?
Mainly, can I buy VB.NET now, and in a couple of months buy Visual C++ and
be able to develop my application using both languages in the same
project?




即使在专业版(或更好)中你也无法做到这一点。

什么你可以在VS.NET Professional中编辑包含用不同.NET编程语言编写的
项目的解决方案。


如果你是学生,你可以也许在你的学校或大学获得一个更便宜的VS.NET版本。还有一个学术版比专业版便宜
但没有任何功能

限制。尽管如此,学术版本IIRC不得用于商业开发。


-

Herfried K. Wagner [MVP ]

< URL:http://dotnet.mvps.org/>



Even in the Professional Edition (or "better") you won''t be able to do that.
What you can do in VS.NET Professional is editing solutions that contain
projects written in different .NET programming languages.

If you are a student, you can maybe obtain a cheaper version of VS.NET at
your school or university. There is also an Academic Edition that is
cheaper than the Professional Edition but doesn''t have any functional
limitations. Nevertheless, the academic versions IIRC must not be used for
commercial development.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


RobertD,


纠正Herfried永远制造的困惑。在Visual B / B
Studio Net(VB.Net)中没有更好的版本。他们构建了所有相同的代码,

,其大小和性能都是相同的。


产品范围中有更高的产品。版本中每个更高的

版本都包括更多的额外资格。


Cor


" Robert D" < Robert D@discussions.microsoft.com >
RobertD,

To correct the confusion Herfried is forever making. There are in Visual
Studio Net (VB.Net) no "better" versions. They build all the same code,
from which the size and performance is for all the same.

There are in the productrange "higher" versions where in every higher
version are more extra compenents included.

Cor

"Robert D" <Robert D@discussions.microsoft.com>
我认为这将是一个常见的问题,但我没有看到答案
任何地方。对不起,如果我要复制了。

我记得新.NET的一大特色就是你可以用多种语言编写你的程序(VB,C#,C ++, ...)所有在一个
项目中并编译它们。显然,当你购买Visual Studio时,它会起作用,但是对于那些想要随着时间的推移更新预算的人来说(是的,可能更贵),但我不会得到所有的我还能做什么呢


主要是,我现在可以买VB.NET,并在几个月内购买Visual C ++并且能够开发我的应用程序在同一个项目中使用两种语言?
I figured this would be a common question, but I haven''t seen the answer
anywhere. Sorry if I''m duplicating.

I remember that one of the big features of the new .NET was that you could
write your program in multiple languages (VB, C#, C++, ...) all in one
project and compile them. Obviously that works when you buy Visual Studio,
but for someone on a budget who wants to update over time (yeah probably
more
expensive, but I won''t be getting all of the languages) can I still do
this.

Mainly, can I buy VB.NET now, and in a couple of months buy Visual C++ and
be able to develop my application using both languages in the same
project?



这篇关于一次安装一个单独的语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆