你怎么写DLL [英] How do you write a DLL

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

问题描述

任何人都可以告诉我制作DLL所涉及的步骤。或者,更好的是指向描述程序的任何帮助信息。

我正在使用DOT NET 1.1标准版。


谢谢

Can anybody tell me the steps involved in making a DLL. Or, better yet point
me to any help info that describes the procedure.
I''m using DOT NET 1.1 standard version.

Thanks

推荐答案

只需创建一个VS .NET项目类型:


Web Service

Web表单

类库


取决于dll中应该包含的代码类型。当你编译时,你

得到一个.dll。

" Ken Soenen" < KS ***** @ trip.net>在消息中写道

新闻:11 ************* @ corp.supernews.com ...
Simply create a VS .NET project type of:

Web Service
Web Form
Class Library

depending on what kind of code should be in the dll. When you compile, you
get a .dll.
"Ken Soenen" <ks*****@trip.net> wrote in message
news:11*************@corp.supernews.com...
任何人都可以告诉我这些步骤参与制作DLL。或者,更好的是
指向任何描述该程序的帮助信息。
我正在使用DOT NET 1.1标准版。

谢谢
Can anybody tell me the steps involved in making a DLL. Or, better yet
point me to any help info that describes the procedure.
I''m using DOT NET 1.1 standard version.

Thanks



" Ken Soenen" < KS ***** @ trip.net> schrieb:
"Ken Soenen" <ks*****@trip.net> schrieb:
任何人都可以告诉我制作DLL所涉及的步骤。或者,更好的是
指向任何描述程序的帮助信息。
我正在使用DOT NET 1.1标准版。
Can anybody tell me the steps involved in making a DLL. Or, better yet
point me to any help info that describes the procedure.
I''m using DOT NET 1.1 standard version.




使用标准版Visual Basic .NET创建类库

< URL:http://dotnet.mvps.org/dotnet/faqs/?id = standardclasslibraries& lang = en>


-

MS Herfried K. Wagner

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

VB< URL:http://classicvb.org/petition/>



Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>




Ken Soenen < KS ***** @ trip.net>在消息中写道

新闻:11 ************* @ corp.supernews.com ...

"Ken Soenen" <ks*****@trip.net> wrote in message
news:11*************@corp.supernews.com...
任何人都可以告诉我这些步骤参与制作DLL。或者,更好的是
指向任何描述该程序的帮助信息。
我正在使用DOT NET 1.1标准版。

谢谢
Can anybody tell me the steps involved in making a DLL. Or, better yet
point me to any help info that describes the procedure.
I''m using DOT NET 1.1 standard version.

Thanks




i最近这样做了。我创建了一个项目并意识到我创建的一个

类可以重用。我创建了一个新项目作为一个类

库。然后我在我的主要解决方案中引用了该项目,现在

解决方案编译了来自一个项目的.exe和来自其他

库的.dll。我是vb和.net的新手,我想出来了,所以我知道这很简单。

很简单。



i recently did this. I created a project and realized that one of the
classes i created could be reused. I created a new project as a class
library. I then referenced the project in my main solution and now the
solution compiles w/ the .exe from one project and the .dll from the other
library. I''m really new to vb and .net and i figured it out, so i know it''s
pretty easy.


这篇关于你怎么写DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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