0xC015000F

0xC015000F: The activation context being deactivated is not the most recently activated one."

my case:

"

CFile myfile(hFile);

// dosomething read/write 

myfile.close();

delete myfile; //this lead to the error. 

"

你可能感兴趣的:(500)