Just a random question but here we go:
If someone very good wants to develop a DLL for you:
What would you like to be included in the DLL?
What Language would you like the DLL to be written in?
Would you like the DLL to be open source?
Just a random question but here we go:
If someone very good wants to develop a DLL for you:
What would you like to be included in the DLL?
What Language would you like the DLL to be written in?
Would you like the DLL to be open source?
## If you don't Contribute || Help - Why should I Contribute || Help - Leechers Should not be helped ##
I like dlls with empty subs, possibly written in Pygmy, and what's open source?.... lol!
A DLL should include anything related to what it's used for...
An IO should have :
-Reader
-Writer
-data conversions
-various file/data handling functions
-anything else useful for what it's meant for...
If you want to learn how one is set up then try disassembling System.IO (yes MS let's you, it's not obfuscated) because it's really good to learn from.