Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
VB.NET
VB.NET General Discussion
How to make a dll?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="elloco999" data-source="post: 6825" data-attributes="member: 1467"><p>Hi,</p><p></p><p>I have written a number of vb modules that I use in several of my applications. I would like to put these modules in a dll file, so I can simply include that in future projects.</p><p></p><p>To do this, I've been looking in the MSDN, but several things are not clear to me.</p><p>- There seems to be a difference between single file and multi file assemblies. Is an multi file assembly an assembly that consists of several dll files, or does it mean it has several source files?</p><p>- The MSDN states Visual Studio can be used to make single file assemblies, but I can't find how... And for mulit file assemblies you need a compiler (vbc for vb files?) but where can I find that compiler?</p><p>- Many assemblies have a tree-like structure (ex. the system assembly: to use the Input/Output you need to include System.IO). I want to use this in my assembly. I have a security module and a custom input/output module. I would like to have these in my assembly (called tsd.dll) like this: tsd.security and tsd.IO But how do I do this?</p><p></p><p>If anyone can nudge me in the right direction with this... Or maybe someone knows a good tutoriol or article about this? I haven't found one yet...</p><p></p><p>Greets,</p><p>El Loco</p></blockquote><p></p>
[QUOTE="elloco999, post: 6825, member: 1467"] Hi, I have written a number of vb modules that I use in several of my applications. I would like to put these modules in a dll file, so I can simply include that in future projects. To do this, I've been looking in the MSDN, but several things are not clear to me. - There seems to be a difference between single file and multi file assemblies. Is an multi file assembly an assembly that consists of several dll files, or does it mean it has several source files? - The MSDN states Visual Studio can be used to make single file assemblies, but I can't find how... And for mulit file assemblies you need a compiler (vbc for vb files?) but where can I find that compiler? - Many assemblies have a tree-like structure (ex. the system assembly: to use the Input/Output you need to include System.IO). I want to use this in my assembly. I have a security module and a custom input/output module. I would like to have these in my assembly (called tsd.dll) like this: tsd.security and tsd.IO But how do I do this? If anyone can nudge me in the right direction with this... Or maybe someone knows a good tutoriol or article about this? I haven't found one yet... Greets, El Loco [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
VB.NET
VB.NET General Discussion
How to make a dll?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom