| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Managed C++ and C++/CLI Discuss Managed C++ and .NET-specific questions related to C++. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
creating a dll
Hi,
I have posted this c# project question here cuz its a .NET forum too. I have made a windows application in C# and I have researched and found that you can create a dll if ur application is a "class library". However how do i create a dll if mine is a windows application with form and all. I am creating a dll because i want to make a separate class that can call functions from my windows application class. Is that possible?? |
|
#2
|
|||
|
|||
|
Re: creating a dll
Set your project output type to class library.
|
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|