wenti

来源:互联网 发布:js 除以 取整 编辑:程序博客网 时间:2024/06/06 00:51

void Release() throw()
 {
  ATLASSERT( nRefs != 0 );

  if( _AtlInterlockedDecrement( &nRefs ) <= 0 )
  {
   pStringMgr->Free( this );
  }
 }

PowerLite.exe 中的 0x008911d2 处最可能的异常: 0xC0000005: 读取位置 0xfffffffc 时发生访问冲突
PowerLite.exe 中的 0x008911d2 处未处理的异常: 0xC0000005: 读取位置 0xfffffffc 时发生访问冲突
PowerLite.exe 中的 0x008911d2 处最可能的异常: 0xC0000005: 读取位置 0xfffffffc 时发生访问冲突
PowerLite.exe 中的 0x008911d2 处未处理的异常: 0xC0000005: 读取位置 0xfffffffc 时发生访问冲突

原创粉丝点击