Re: [Cegcc-devel] question about what to do for the libpng port

2008-11-06 Thread Vincent Torri
>> the best way would be libpng to add 2 functions to open and close a file, > >> so that we can manage all the platform in a portable manner :) > > I agree with this last solution... > But I don't understand the issue here because I thought cegcc implements > all posix functions so why do you nee

Re: [Cegcc-devel] question about what to do for the libpng port

2008-11-06 Thread mosfet
> the best way would be libpng to add 2 functions to open and close a file, > so that we can manage all the platform in a portable manner :) I agree with this last solution... But I don't understand the issue here because I thought cegcc implements all posix functions so why do you need to use Cr