2005年快递版 [英] 2005 Express edition

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

问题描述



我安装了.NET 2005快递版,并且即将再次取消它

,因为它似乎甚至无法插入资源将文件存入

项目。谁能告诉我这是对的吗?应该能够吗?


我知道它是快递版,因此功能有限,但肯定

资源是非常基础的?

此外,一旦它被下载,是否有任何方法可以访问完全

下载的文件,如果你想再次安装它?它似乎想要一次性下载并安装


解决方案

嗨Bonj,

我安装了.NET 2005 Express版本,并且即将再次取消它
因为它似乎甚至无法将资源文件插入到
项目。


你是什么意思插入资源文件 ?

您是否创建了新资源,或者您是否尝试添加现有的

资源(来自较旧的VC版本?)

我知道这是快递版,因此功能有限,但肯定资源是非常基础的?




主要是beta1。版本!


-

问候

Jochen


我关于Win32的博客和.NET
http://blog.kalmbachnet.de/


>你是什​​么意思插入一个资源文件 ?


没有意义听起来很明显,我只是想以某种方式导致项目获得资源文件(.rc文件)
。在项目资源管理器中,你有完整版的

文件夹 - 源文件,头文件,资源文件......

你可以将资源文件添加到项目,它将自动获得用rc.exe编译的
,并将生成的.res文件链接到项目中。

您是否创建了新资源或者您是否正在尝试添加现有资源(来自较旧的VC版本?)


要么会这样做!

主要是它是一个& ;β1的"版!


嗯 - 这是''beta'' - 不知道beta" 1"。我曾经想过(希望,也许)

他们会忽略高级功能,比如

能够创建某些类型的更加模糊的项目,比如ATL服务器

DLL等等,以及基本等。将资源插入到

项目中的事情仍然是允许的。


我只是试图找出我是否在如何过于乐观的

几个限制我期望测试快递版本有,或者这个是否b $ b只是我做得不对。


如果他们真的不喜欢不包括那种能力而且它不仅仅是我,那么

拥有一个无法插入资源的工具的实际意义是什么?我是/ b $ b意思是,SDK是免费的,可以做资源。 IDE是免费的 - 带有

Beta快递版。你不能把它们连在一起真是令人沮丧 -

你必须定义一个自定义任务或什么。


或者也许它' '是一个合法的错误?


如果有人也可以尝试它...然后我会知道

是否不管是不是我。这是从MS网页上下载的那个

,看起来非常俗气的图片,他们认为这是一个刻板的开发人员看起来应该是什么样的(我注意到他们已经决定在政治上走向

正确,并让一个女孩作为c#啦啦队员;-)

http://lab.msdn.microsoft.com/expres...c/default.aspx
<问候语
Jochen

关于Win32和.NET的博客
http://blog.kalmbachnet.de/



Hi =?Utf-8 ?B?Qm9uag ==?=,

你是什么意思插入资源文件 ?
没有明显的意义,我只是想以某种方式导致一个
项目获得一个资源文件(.rc文件)。在项目浏览器中,你有完整版的文件夹 - 源文件,头文件,资源文件......
,你可以在项目中添加一个资源文件,它就可以了。
将自动使用rc.exe进行编译,并将生成的.res
文件链接到项目中。




好​​的,现在我看起来更深一点:


VC ++ 2005 Express(Beta1)*不是*用于创建本机Win32-Apps!

它主要用于创建托管C ++应用程序。


如果您创建win32-app并尝试向项目添加资源,则会打开一个

消息框:不支持接口。

所以它似乎还没有实现......

当然,VC\Bin目录中有一个资源编译器。因此,你可以从rc文件创建res文件
。但是此刻你必须手动完成这个

。正如我解释的那样,它仍然是beta1。


我不知道RTM版本是否会支持资源......我怀疑不是(b $ b)见下文)...

主要是beta1。版本!



嗯 - 这是''beta'' - 不知道beta" 1"。




如果你开始VC ++ Express它将显示BETA1。在启动画面中......

我曾经想过(希望,也许可能)他们会忽略高级功能,例如创建某些类型的功能更加模糊的项目,例如ATL服务器DLL等等,以及基本项目。还是允许将资源插入项目中。


VC ++ 2005 Express不支持ATL和MFC。

请参阅:Express 2005 FAQ
http://lab.msdn.microsoft.com/expres...t.aspx#visualc


< quote>

您可以构建Windows窗体,控制台和类库应用程序

< /引用>


< quote>

否,MFC和ATL不包含在Visual C ++ 2005 Express Edition中

< / quote>


当然,如果你安装了Platform SDK,你可以创建原生win32-apps,

见:


将Visual C ++ 2005 Express与Microsoft Platform SDK一起使用
http://lab.msdn.microsoft.com/expres...k/default.aspx


如果他们真的不知道包括那种能力,它''不仅仅是我,
那么拥有一个无法插入资源的工具的实际意义是什么?我的意思是,SDK是免费的,可以做资源。 IDE
是免费的 - 使用Beta Express版本。


VC ++ 2005 *不是免费的!只有beta版本是免费的。 (当然时间

限制了。)


这让你感到沮丧
不能把它们连在一起 - 你必须定义一个自定义任务或
某事。




是的。

-

问候

Jochen


我关于Win32和.NET的博客
http://blog.kalmbachnet.de/


Hi
I installed .NET 2005 express edition, and am about to unnistall it again
because it can''t seem to be able to even insert a resource file into a
project. Can anyone tell me is this right? Should it be able to?

I know it''s express edition, and therefore limited functionality, but surely
resources are quite fundamental?
Also, once it''s downloaded, is there any way of getting access to the fully
downloaded file incase you want to install it again? It seems to want to
download and install in one fell swoop.

解决方案

Hi Bonj,

I installed .NET 2005 express edition, and am about to unnistall it again
because it can''t seem to be able to even insert a resource file into a
project.
What do you mean with "insert an resource file" ?
Have you created a new resource or are you trying to add an existing
resource (from an older VC version?)
I know it''s express edition, and therefore limited functionality, but
surely resources are quite fundamental?



Mainly it is a "beta1" version!

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/


> What do you mean with "insert an resource file" ?

Without meaning to sound obvious, I just want to in some way cause a project
to gain a resource file (.rc file). In the project explorer, you have got
folders - source files, header files, resource files, ... in full editions,
you can add a resource file to the project, and it will automatically get
compiled with rc.exe and the resulting .res file get linked into the project.

Have you created a new resource or are you trying to add an existing
resource (from an older VC version?)
Either would do!

Mainly it is a "beta1" version!
Well - it''s ''beta'' - don''t know about beta "1". I had thought (hoped, maybe)
that they would have just omitted the advanced functionality, such as the
ability to create certain types of more obscure project, such as ATL server
DLLs and such like, and that "basic" things like inserting resources into a
project would be still permitted.

I was just trying to find out whether I am horribly overoptimistic in how
few constraints I expected the beta express editions to have, or whether this
is just me not doing it right.

If they actually don''t include that capability and it''s not just me, then
what is the actual point of having a tool that can''t insert resources? I
mean, the SDK is free and that can do resources. The IDE is free - with the
Beta express edition. It''s just frustrating you can''t plug them together -
you would have to define a custom task or something.

Or maybe it''s a legitimate bug?

If somebody who''s also got it could possibly try it... and then I''d know
whether it was just me or not. It''s the one downloaded from that MS web page
with really cheesy looking pictures of what they think a stereotypical
developer should look like (I notice they''ve decided to go politically
correct, and have a girl as the c# cheerleader ;-) )

http://lab.msdn.microsoft.com/expres...c/default.aspx

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/



Hi =?Utf-8?B?Qm9uag==?=,

What do you mean with "insert an resource file" ?
Without meaning to sound obvious, I just want to in some way cause a
project to gain a resource file (.rc file). In the project explorer,
you have got folders - source files, header files, resource files, ...
in full editions, you can add a resource file to the project, and it
will automatically get compiled with rc.exe and the resulting .res
file get linked into the project.



Ok, now I looked a bit deeper:

VC++ 2005 Express (Beta1) is *not* designed to create native Win32-Apps!
It is mainly designed to create managed C++ apps.

If you create an "win32"-app and try to add an resource to the project, a
message box will aprear: "Interface not supported".
So it seems that it is not yet implemented...
Of course, there is an resource-compiler in the VC\Bin directory. Therefor
you can create res-files from rc-files. But at the moment you have to do this
by hand. As I explained, it is still beta1.

I do not know if the RTM version will have the support for resources... I
doubt not (see below)...

Mainly it is a "beta1" version!



Well - it''s ''beta'' - don''t know about beta "1".



If you start "VC++ Express" it will display "BETA1" in the splash screen...
I had thought (hoped,
maybe) that they would have just omitted the advanced functionality,
such as the ability to create certain types of more obscure project,
such as ATL server DLLs and such like, and that "basic" things like
inserting resources into a project would be still permitted.
Neither ATL nor MFC is supported with VC++ 2005 Express.
See: Express 2005 FAQ
http://lab.msdn.microsoft.com/expres...t.aspx#visualc

<quote>
You can build Windows Forms, console, and class library applications
</quote>

<quote>
No, MFC and ATL are not included with Visual C++ 2005 Express Edition
</quote>

Of course, you can create native win32-apps if you install the Platform SDK,
see:

Using Visual C++ 2005 Express with the Microsoft Platform SDK
http://lab.msdn.microsoft.com/expres...k/default.aspx

If they actually don''t include that capability and it''s not just me,
then what is the actual point of having a tool that can''t insert
resources? I mean, the SDK is free and that can do resources. The IDE
is free - with the Beta express edition.
VC++ 2005 is *not* free! Only the beta version is "free" (of course time
limitied).

It''s just frustrating you
can''t plug them together - you would have to define a custom task or
something.



Yes.
--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/


这篇关于2005年快递版的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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