luckpro
01-02-2009 13:46:54
doh, i have the same problem, but i uninstall the vs2005express and nothing, the same error. I believe the error is in the StringUtil::split function...
string htmldata=".......";
vector <String> vecaux=StringUtil::split(htmldata,"###");
when leaving the function fails and debugger go to...
in file xmemory ...
void deallocate(pointer _Ptr, size_type)
{ // deallocate object at _Ptr, ignore size
::operator delete(_Ptr); <-------------------------------------------
}
I have winxp and vc2008 had before but win2000 and vc2005 worked perfectly the same code.
someone can help me?
PD: sorry for my english
string htmldata=".......";
vector <String> vecaux=StringUtil::split(htmldata,"###");
when leaving the function fails and debugger go to...
in file xmemory ...
void deallocate(pointer _Ptr, size_type)
{ // deallocate object at _Ptr, ignore size
::operator delete(_Ptr); <-------------------------------------------
}
I have winxp and vc2008 had before but win2000 and vc2005 worked perfectly the same code.
someone can help me?
PD: sorry for my english
