On Fri, May 04, 2012 at 06:38:27PM +0200, jean-pierre charras wrote: > But if common_plotPDF_functions.cpp can use wxZipOutputStream, it fixes this > problem.
Uhmm... wxZipOutputStream is not suitable but most probably wxZlibOutputStream could be put to use... wxOutputStream doesn't seem to be too much flexible though. It would need to be able to append to another already output FILE* If iostream didn't suck so much (expecially with formatting) a good idea would be to use std:stringstream to avoid the intermediate file... -- Lorenzo Marcantonio Logos Srl _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

