Hi!
MboxProxy is a small program which - acting as a POP3 server - allows you
to import messages from Unix MBOX files to _any_ e-mail program
(supporting POP3 protocol). MboxProxy is a better solution than Hamster
mainly because with MboxProxy it takes far less time (no adding messages
to local da
Markus Mueller wrote:
> This also don't work. I never see my (extended) destructor beeing called,
> if it is called "Free" nor "Destroy". Also my memory usage is increasing
> if I just do "release". If I do Free I get memory errors but the memory
> usage is not increasing.
>
>
I suppose you hav
> Please, how is the realy right way to free the
> TWSocket objects ?
Like any other object instance ! One gold rule being to not destroy an
object from one of his event handlers or you'll get all kind of exceptions
and strange behaviour. Technically, an event handler is just a method call
from th
Hello Markus,
Release post a message to a hidden window. when the message is received
Destroy is called. You can check that with the debugger.
Destroy call the destructor direct. Free checks for null value and then
calls Destroy.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/t
This also don't work. I never see my (extended) destructor beeing called,
if it is called "Free" nor "Destroy". Also my memory usage is increasing
if I just do "release". If I do Free I get memory errors but the memory
usage is not increasing.
Please, how is the realy right way to free the TWSocke