[Lazarus] WinINet STDCALL callback crash

Hans-Peter Diettrich DrDiettrich1 at aol.com
Tue Feb 26 03:24:56 CET 2013


matthew at accordancebible.com schrieb:
> Hans-Peter, our project has so far been able to avoid the additional
> complexity posed by threads.  It would be with reluctance that we
> would turn to threading; however, if experimenting with Ludo's post
> content (see below) does not work, then would will use threads.
> Might you know of an example implementation or code for asynchronous
> HTTP and/or FTP downloads?

In an thread you implement *synchronous* downloads, sample code should 
be available. The entire thread then works asynchronously to the main 
thread, until it has finished its task (terminates).

DoDi





More information about the Lazarus mailing list