In termintate_handler in post.c in the Library/Examples: PRIVATE int terminate_handler (HTRequest * request, HTResponse * response, void * param, int status) { /* We are done with this request */ HTRequest_delete(request); /* Terminate libwww */ HTProfile_delete(); exit(0); } If I make the callback funtion retrun instead of exiting, the sample crashes on windows NT. Any pointers on how to solve this problem will be appricated. Thanx Himanshu SoniReceived on Friday, 16 June 2000 16:49:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:36 GMT