|
|
|
|
![]() ![]() |
Jun 7 2005, 07:30 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
in c#, how do i decide when to make a class(es) a DLL or when to implement it as just an exe? im a little vague on the area. in my mind, i would make a dll that contained a bunch of similar classes or classes that associate with one another and implement the exe file as just a interface class for the DLL (ie, like in say Java, have some Greeter class, and have a seperate GreeterTest class to instantiate the Greeter class) is this the right train of thought or am i completely off?
|
|
|
|
Jun 5 2006, 08:59 AM
Post
#2
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 53 Joined: 4-June 06 Member No.: 24,718 |
Dlls are made to kind of splitting the whole program into small files so that the whole of program doesnt get loaded and crash the memory. So when a dll is called only a part of the program is loaded into the memory
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd November 2008 - 09:27 PM |