|
-
May 28th, 2000, 03:08 PM
#7
Fanatic Member
Which means you could write a ChimpFace.dll file that contains all of your commonly used functions and classes (like encrypt(), Sort(), Search(), FileExist() etc ) and whenever you write an app you reference it.
Why is this good?
-Code reuse (you don't have to worry about re-coding the same algorithms and objects, just look up what they pass and return in the object browser (if you forget ))
-Single point of update (updating the internals of the function later with a better performing algorithm save the exe from being recompiled)
-Smaller code distribution (If you have a package or series of exes then they all share the code and the exe's are smaller)
-They're sexy It sounds good to use them if you're a ****** like me 
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
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
|