Jump to content

Creating a DLL

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
Can someone explain to me how to create a DLL using visual C#?

#2
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Just do a new Class Library project.

#3
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
The free version doesn't have this option I don't think. Do you have to have pro?

#4
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
I don't have C# Express installed ATM, but my copy of VB.NET Express does have a Class Library project type - so I'd be surprised if C# Express didn't have something similar.

Of course, my VS 2005 Pro also has it for both C# and VB.NET.

#5
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
This is not in mine. Maybe I didn't install the plugin?

#6
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
I don't think there's anything else to install....What templates do you get when you do New Project?

#7
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
Windows Application
Class Library
Console Application
Empty Project
Screen Saver Starter Kit
Movie Collection Starter Kit

and
Search for templates which yields no search results.

#8
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
Figures they would leave something out of the free version. Does the standard version have all of the templates?

#9
brackett

brackett

    Programmer

  • Members
  • PipPipPipPip
  • 192 posts
Ummm...the second one you listed in "Class Library". That's what you want.