Hi all, I noticed a problem today with SEMS on solaris where a number of audio files are opened, specifically close to, or more than 256. This is a hard limit on 32 bit solaris systems.
there seems to be 2 solutions: a) use open instead of fopen in AmAudioFile.cpp b) use 'enable_extended_FILE_stdio' and continue using fopen I have tested option b opening files from a basic test C program and it solves the problem. I will test both options with sems in the morning (its bedtime now) and report back to the list :D Cheers Jason
_______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
