Re: [Kicad-developers] wxWidgets vs boost utilities

2015-06-07 Thread jp charras
Le 07/06/2015 10:51, Cirilo Bernardo a écrit : > When I wrote the idf2igs tool/test program I modified the IDF code to use > boost to > (a) manipulate filenames and > (b) manipulate time > > I made the modifications since the IGES code already uses boost_filesystem > and I didn't want to pull in w

[Kicad-developers] wxWidgets vs boost utilities

2015-06-07 Thread Cirilo Bernardo
When I wrote the idf2igs tool/test program I modified the IDF code to use boost to (a) manipulate filenames and (b) manipulate time I made the modifications since the IGES code already uses boost_filesystem and I didn't want to pull in wxWidgets. Are there any foreseen difficulties in the future