- From: Raffaele Sena <raff@nuvomedia.com>
- Date: Wed, 9 Jun 1999 16:48:51 -0700
- To: "Michael Saunders" <michael@amtec.com>, <gstreet@vninet.com>, <www-lib@w3.org>
> 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