473,395 Members | 1,987 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

multiple .vb files into one .dll using vbc.exe

If I don't have access to Visual Studio .Net, but I need to compile all my
..vb files into one .dll, how would I do this?

I know how to do this for one .vb file using vbc.exe, but what about more
than one .vb file?

Thanks.

Matt
Nov 19 '05 #1
5 2886
You just list the .vb files:
vbc /target:library /r:system.dll /r:system.web.dll /out:test.dll test1.vb
test2.vb test3.vb testxx.vb

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Matt" <ma********@nospamremovethis-gmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
If I don't have access to Visual Studio .Net, but I need to compile all my
.vb files into one .dll, how would I do this?

I know how to do this for one .vb file using vbc.exe, but what about more
than one .vb file?

Thanks.

Matt

Nov 19 '05 #2
> You just list the .vb files:
vbc /target:library /r:system.dll /r:system.web.dll /out:test.dll test1.vb
test2.vb test3.vb testxx.vb

Karl


Thanks, Karl!

Matt
Nov 19 '05 #3
Use a wildcard in the command line :
vbc /target:library /out:your.dll *.vb

best regards,
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
"Matt" <ma********@nospamremovethis-gmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
If I don't have access to Visual Studio .Net, but I need to compile all my
.vb files into one .dll, how would I do this?

I know how to do this for one .vb file using vbc.exe, but what about more
than one .vb file?

Thanks.

Matt

Nov 19 '05 #4
That works, but is quite tiresome
if the project has more than a few files.

I dump all my project's files in a directory and use a wildcard:

vbc /t:library /out:my.dll *.vb

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> wrote in message
news:eU**************@tk2msftngp13.phx.gbl...
You just list the .vb files:
vbc /target:library /r:system.dll /r:system.web.dll /out:test.dll test1.vb test2.vb
test3.vb testxx.vb

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Matt" <ma********@nospamremovethis-gmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
If I don't have access to Visual Studio .Net, but I need to compile all my
.vb files into one .dll, how would I do this?

I know how to do this for one .vb file using vbc.exe, but what about more
than one .vb file?

Thanks.

Matt


Nov 19 '05 #5
Agreed.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Oo*************@TK2MSFTNGP12.phx.gbl...
That works, but is quite tiresome
if the project has more than a few files.

I dump all my project's files in a directory and use a wildcard:

vbc /t:library /out:my.dll *.vb

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:eU**************@tk2msftngp13.phx.gbl...
You just list the .vb files:
vbc /target:library /r:system.dll /r:system.web.dll /out:test.dll
test1.vb test2.vb test3.vb testxx.vb

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Matt" <ma********@nospamremovethis-gmail.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
If I don't have access to Visual Studio .Net, but I need to compile all
my
.vb files into one .dll, how would I do this?

I know how to do this for one .vb file using vbc.exe, but what about
more
than one .vb file?

Thanks.

Matt



Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: x. zhang | last post by:
Hi Guys, We know that we can use <input type=file ...> to upload one file per time to the server. My question is if there are some way to upload multiple files per time to the server. (Of...
1
by: Avin Patel | last post by:
Hi, I am looking for script to allow multiple files can be uploaded/attached in webform ( mostly cgi/perl or php). But I don't like the multiple input boxes using "<input type="file" size="40"...
2
by: SenthilVel | last post by:
HI all in my visual studio DOtnet . i am not able to open multiple cs files in the projects , its openings only one cs file at a time, can any one let me know, what setttings i must do in order...
3
by: Arun | last post by:
Hi, I have simple question to ask. How to write multiple Binary files to the Browser using Asp.Net and Visual C#.net I have seen examples where single binary file is written to browser. ...
5
by: vj | last post by:
Hi all, I am using C++Builder-5. I want to run multiple cpp files at the same time. If I use the C++Builder for running a cpp file (i.e., I just double click the cpp file, it then opens in the...
1
by: PK9 | last post by:
I'm building a windows app using C#. The goal is to merge portions of multiple xml files into one. I currently have an .xsl stylesheet that pulls in the required sections of multiple xml files...
5
by: cybersangeeth | last post by:
Hi, I need to read 1KB each time from multiple files in a folder and pass it to a byte array in a struct to be sent through a socket. I'm a C++ newbie. I managed to read 1KB each time from one...
7
by: Pete | last post by:
I need to import multiple tab delimited files for which I do not have the formats. All files have column headers in the the line. The files must be dynamic. The only common value is that the...
0
by: Sells, Fred | last post by:
the short answer is a file is a module; therefore to 'include' access to 'myclass' in file xyz.py from another file called 'abc.py' you would put this in abc.py import xyz #note no '.py' x =...
4
by: MoroccoIT | last post by:
Greetings - I saw somewhat similar code (pls see link below) that does mupltiple files upload. It works fine, but I wanted to populate the database with the same files that are uploaded to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.