Hi. I had a >little< problem with my application just closing for no apparent reason. Then I realized that LiveMedia library calls exit() in case of errors... I'm developing an application that displays multiple video streams and if there is nomething wrong with one of the streams I definitely do not want for the application to just die on me...
That's why I propose to either: - Use C++ exceptions where possible - add the exit() virtual method to the Environment which in turn will call standard library exit() so the user can override it Regards, Igor ----- Igor Milavec Ličer Solutions d.o.o. Cesta Andreja Bitenca 68 SI-1000 Ljubljana Tel: +386 1 5101-780 Fax: +386 1 5101-785
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
