mos
2010-05-14 07:35:05 UTC
Hi!
The code will cause msvcr100d.dll deadlock at GetProcAddress(hlib,
"MessageBoxW")))
int main()
{
char* p = new char;
delete p;
delete p;
return 0;
}
I have post the problem on microsoft.public.vsnet.ide,then I realise it
is more suitable here, I am sorry if you see it twice.
Best Regards.
Mos.
The code will cause msvcr100d.dll deadlock at GetProcAddress(hlib,
"MessageBoxW")))
int main()
{
char* p = new char;
delete p;
delete p;
return 0;
}
I have post the problem on microsoft.public.vsnet.ide,then I realise it
is more suitable here, I am sorry if you see it twice.
Best Regards.
Mos.