Results 1 to 5 of 5

Thread: exe to DLL

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Porto Alegre, RS
    Posts
    210

    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

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    vbc /out:class1.dll /target:library class1.cs
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Porto Alegre, RS
    Posts
    210
    and from the visual studio, how can i do that??

  4. #4
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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/

  5. #5
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    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
  •  



Click Here to Expand Forum to Full Width