好问题???!! [英] Good Question???!!

查看:54
本文介绍了好问题???!!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

程序员做什么?何时:

他们设计的VB程序只适用于具有..NETframework2的计算机?如果他们试图销售他们的产品并且他们知道某些用户可能没有.NETframework程序。

他们不能把这个程序(.NETframework2)放在他们原来设计的程序中,尽管.NET framework2是免费下载的(Redistributable版本),同时他们想要销售他们的产品。

那么这些程序员做了什么?

谢谢大家。

Goody

------------------------------------- --------------------------

What Programmers Do ? When:
They design a VB programs that only work on computers that have ..NETframework2?? If they''re trying to sell their products and they know that some users may have NO .NETframework program.
They can not put this program(.NETframework2) within their original designed programs although the .NET framework2 is free downloaded (Redistributable version), at the same time they want to sell their products.
So what do these programmers do?
Thank all.
Goody
---------------------------------------------------------------

推荐答案

Goody写道:
Goody wrote:

程序员做什么?何时:

他们设计的VB程序只适用于具有

.NETframework2的计算机?如果他们试图销售他们的产品并且他们知道某些用户可能没有.NETframework程序,那么他们就不会把这个程序(.NETframework2)放进去了。

他们原来的

设计的程序,虽然.NET framework2是免费下载的

(可再发行版本),同时他们想卖掉他们的

产品。

那么这些程序员做什么呢?

谢谢大家。

Goody

----- -------------------------------------------------- --------
What Programmers Do ? When:
They design a VB programs that only work on computers that have
.NETframework2?? If they''re trying to sell their products and they know
that some users may have NO .NETframework program.
They can not put this program(.NETframework2) within their original
designed programs although the .NET framework2 is free downloaded
(Redistributable version), at the same time they want to sell their
products.
So what do these programmers do?
Thank all.
Goody
---------------------------------------------------------------



和使用VB1,VB2,VB3,VB4,VB5和VB6的程序员一样......

他们要么包含运行时库和安装,要么用户下载并安装它(如果尚未安装)。


几乎每种高级语言都使用必须在机器上安装的运行时库,这对于.NET

框架来说并不是什么新鲜事。就在前几天,我必须找到一个C ++运行时库,以便能够安装一个Microsoft程序。


.NET库的一个优点是所有.NET语言都使用

相同的库,因此您不必为每种

编程语言下载一个运行时库。


-

G?跑Andersson

_____
http://www.guffa.com


8月10日下午1:27,Goody < fa ... @ alphalink.com.auwrote:
On Aug 10, 1:27 pm, "Goody" <fa...@alphalink.com.auwrote:

程序员做什么?何时:

他们设计的VB程序只适用于具有.NETframework2的计算机?如果他们试图销售他们的产品并且他们知道某些用户可能没有.NETframework程序。

他们不能把这个程序(.NETframework2)放在他们原来设计的程序中,尽管.NET framework2是免费下载的(Redistributable版本),同时他们想要销售他们的产品。

那么这些程序员做了什么?

谢谢大家。

Goody

------------------------------------- --------------------------
What Programmers Do ? When:
They design a VB programs that only work on computers that have .NETframework2?? If they''re trying to sell their products and they know that some users may have NO .NETframework program.
They can not put this program(.NETframework2) within their original designed programs although the .NET framework2 is free downloaded (Redistributable version), at the same time they want to sell their products.
So what do these programmers do?
Thank all.
Goody
---------------------------------------------------------------



.NET框架可以指向使用ClickOnce或第三方安装程序的.NET

应用程序的先决条件。当提到G?ran

时,你需要安装C ++运行时库来使C ++
驱动的应用程序工作,如下所示:
http://www.microsoft.com /downloads/d...displaylang=en

另外,VB6及更低版本的运行时库默认包含在Windows

操作系统中(例如,VB6的运行时库是

,默认情况下应该出现在Windows 2000和更高版本上。)


今天,AFAIK ,. NET在Windows Vista中是默认的,它不会强制用户手动安装.NET框架。
http://en.wikipedia.org/wiki/Microso...Microsoft_.NET


此外,软件公司可以包含.NET框架设置文件通过指向自述文件或自动运行

屏幕来获得
应用程序包。

OnurGüzel

.NET framework can be pointed as a prerequisite for your .NET
application using ClickOnce or a 3rd party installer. As G?ran
mentioned, you need to install C++ runtime libraries to make C++
powered applications work, like that:
http://www.microsoft.com/downloads/d...displaylang=en

Plus, runtime libraries of VB6 and lower are included within Windows
operating systems by default(For example, VB6''s runtime libraries are
supposed to be present on Windows 2000 and later ones by default.)

Today, AFAIK, .NET comes default within Windows Vista which doesn''t
force users to install .NET framework manually.
http://en.wikipedia.org/wiki/Microso...Microsoft_.NET

Also, software companies can include .NET framework setup file into
application package by pointing in a readme file or on an autorun
screen.
Onur Güzel


>

程序员做什么?何时:

他们设计的VB程序只适用于具有

..NETframework2 ??的计算机?如果他们试图销售他们的产品并且他们知道

某些用户可能没有.NETframework程序。

他们不能把这个程序(.NETframework2)放在里面他们原来设计的

程序虽然.NET framework2是免费下载的(Redistributable

版本),但他们想要同时销售他们的产品。

那么这些程序员做了什么?
>
What Programmers Do ? When:
They design a VB programs that only work on computers that have
..NETframework2?? If they''re trying to sell their products and they know that
some users may have NO .NETframework program.
They can not put this program(.NETframework2) within their original designed
programs although the .NET framework2 is free downloaded (Redistributable
version), at the same time they want to sell their products.
So what do these programmers do?

>
>



他们不会用一种语言编写他们的软件

如果他们打算要求运行时间为70+ MB

将其分发到公司内部网的范围内。


They don''t write their software in a language
that requires a 70+ MB runtime if they intend to
distribute it any further than within the confines
of a corporate intranet.


这篇关于好问题???!!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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