|
-
Mar 7th, 2001, 10:52 AM
#1
Thread Starter
Hyperactive Member
What is the difference between compiling a dynamic Library and an Executable file???? Which one is better for everyday-use-applications???
-
Mar 7th, 2001, 11:57 AM
#2
Hyperactive Member
well, DLL's are more for code that would be used in many of your applications... you can not execute a DLL. it has to linked into your executable program at run time... hence the name DLL(Dynamic Link Lib.) So for "everyday" use you want to make programs executables and link in DLL's where you have common routines/classes for your applications. DLL's make your program more modular.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|