Hi all,

  Recently I am porting taglib-1.4 to wince.  taglib is written in template
c++.
I found the test exe which compiled by CEGCC will crash when running to

void taglib_tag_free_strings()
{
  if(!stringManagementEnabled)
    return;

   for(List<char *>::Iterator it = strings.begin(); it != strings.end();
++it)      ///seems here??
    delete [] *it;

  strings.clear();
}

But the exe file by MINGW32CE works well (same compile make file).

Just wonder that MINGW32E is better than CEGCC ?



Regards,

jT
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to