Just a note that in the end I grabbed an implementation of getopt_long from gnuwin32 and built the command-line id3v2 tool with it... id3v2 was then crashing when freeing memory until I moved to using the methods that id3lib exposes for freeing memory. After doing that it works just fine and allows reading and writing of ID3v2 tags on Windows from the command line.
Mike. -- michael.iles ------------------------------------------------------------------------ michael.iles's Profile: http://forums.slimdevices.com/member.php?userid=3231 View this thread: http://forums.slimdevices.com/showthread.php?t=19959 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
