Re:POST sample crashes on NT if returning from terminate_handler

The problem is in HTEventlist_loop. The fix is as
follows:

in terminte_handler perform the following:

HTEventlist_stopLoop(..);
return <return code>;

in main():
perform cleanup before exiting main():
HTRequest_delete(..)
HTProfile_delete(..);


__________________________________________________
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/

Received on Saturday, 17 June 2000 23:06:06 UTC