I think it is much simpler to use the GUI to assemble and then execute avrdude command lines. Also wxPython would be easier than C++.
oao On Saturday 29 November 2008 12:14:44 John wrote: > Hello, > > the last (weekend-)days i tried to build a GUI for avrdude using the > libavrdude.a. > I checked out the last version from CVS, and compiled it under Windose > (with USB) > What i have now is a testversion, that reads the system-config file, an i > filled a dropdown with AVR types an programers. > > What i like to have is a C++ wxWidget project. > But i found a vast of fprintf's in the lib what i think is not GUI like ;-) > How can we get rid of this ? > As a workaround i tried to #define my own fprintf (reroute) function, to > have a messagebox, but my c[++] knowledge is not as much as i would like to > have it, > i coded in java the last years ;-) > (what is a global variable :) > _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
