| Hi there,
I've been trying to use the libhttrack.dll in Borland C++
Builder.
In my main prog I create an instance of a thread class i
made. In that class the downloading is started.
All works nicely except for one thing. I can't seem to find
a function to immediately abort the downloading of a site.
I can delete the thread instance but then the files it was
downloading can't be removed because they're still opened.
So i was wondering if there was a way to immediately abort
all downloads, close all the files it was downloading, so i
can remove them? I'm thinking something like hts_abort ...
Tnx for taking the time to read all this :)
Greetz,
Heavy D.
| |