Re: Getting out of HTEventList_loop()

> control seems to stay in HTEventList_loop().  Is there something else 
> I can put in the terminate handler that will say "exit libwww stuff and
> return to the calling function, without exiting the application?"
> 
> I appreciate any help.  Thanks,
> 
    Yes, you have to call HTEventList_stopLoop() at the end of the terminate
    handler. That will make the call to HTVentList_loop() to terminate.

-- Raffaele

Received on Wednesday, 9 June 1999 19:48:05 UTC