用BCGControlBar Pro 6。71版编程,开始生成Debug版没有问题,放了一天在运行发现了下面这个错误,但是生成Release版运行没有问题。大家有没有遇到过,解释一下。
    Debug Assertion Failed!
   Program : ***.exe
   File: olelink.cpp
   Line:82   For information on how your program can cause an assertion failure,see the visual c++documentation on asserts.
   调试程序的时候停在
   COleLinkingDoc::Register(COleObjectFactory* pFactory,LPCTSTR lpszPathName){
    ......
ASSERT(m_dwRegister == 0);
 ......
}是不是出现在注册的问题上?
各位帮帮忙,我挺急的,谢谢