← Back to team overview

kicad-developers team mailing list archive

wxWidgets vs boost utilities

 

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 merging code which uses boost functions for filename
manipulation
and time formatting rather than the equivalent wxWidgets methods?

- Cirilo

Follow ups