Hi, I have incorporated a LOT of functionality in my application and I have recently looked through all of my code and realised that it is very "untidy", probably due to the fact that I am learning better and newer techniques all of the time, this being said...
What can DLL's be used for. I know it acts as an independant library, to which you can pass instructions, and receive their corresponding answers.
The problem to me is that most of my code that I would like to put in a DLL, makes heavy use of my GUI.
I.e. I would like to write a DLL which sends my e-mail (through Winsock), but where will I get the winsock control if i'm working in a dll, where/what/how do I replace my current timers etc.
Any ideas or views?
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
What can DLL's be used for. I know it acts as an independant library, to which you can pass instructions, and receive their corresponding answers.
The problem to me is that most of my code that I would like to put in a DLL, makes heavy use of my GUI.
I.e. I would like to write a DLL which sends my e-mail (through Winsock), but where will I get the winsock control if i'm working in a dll, where/what/how do I replace my current timers etc.
Any ideas or views?
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)