[.net] How to convert your C# project to a .DLL

Started by
0 comments, last by TheTroll 16 years, 9 months ago
well i am relatively new to C# but i managed to overload some C API functions in C# which requires by itself loading from a 3rd party DLL and it works fine. now i would like to convert this project into its own DLL.. that way other C# projects can use the internal functions(which use the 3rd party DLL) that i have written. how would i go about doing this? i am using VS 2003. thanks a lot for your help!
heh
Advertisement
If you are using Visual C#, then go to the project settings; Under the application tab, change the Output type to Class library. There you go.

theTroll

This topic is closed to new replies.

Advertisement