Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a dll

Ok...I'm sure this is programming 101, but I need help in creating a dll. I
have a project that was created by another programmer, and it is currently a
working dll. I needed to alter one variable, which I did. NOW, how the
hell do I create a new dll.
I'm using Visual Studio .Net 2003.
Thanks for any help.
-Jim


0 Kudos
Message 1 of 2
(2,879 Views)
Hi JD,
 
This question is best addressed on a Visual Studio forum.  However, if you have a dll project open, and make any changes, you can recreate the dll by simply building the project again.  The new dll will be in the project output directory (the same place the .exe would be if you were creating a Windows Application).   
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 2
(2,846 Views)