|
-
Oct 17th, 2003, 04:00 PM
#1
Thread Starter
Addicted Member
exe to DLL
i have this project, and i want to make a .dll of it, how can i do it??
how can i set the output file to dll instead of exe??
Thank you,
Guilherme Costa
-
Oct 17th, 2003, 04:04 PM
#2
Frenzied Member
vbc /out:class1.dll /target:library class1.cs
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Oct 17th, 2003, 04:08 PM
#3
Thread Starter
Addicted Member
and from the visual studio, how can i do that??
-
Oct 17th, 2003, 06:40 PM
#4
yay gay
go to the options and in the output type or something like that just set it to library or something like that (i dont have vs.net here so i can tell u)
\m/  \m/
-
Oct 18th, 2003, 06:08 PM
#5
Frenzied Member
Project>Application Properties>Under Output Type in the General Section Select 'Class Library' from the dropdown menu.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|