![]() |
expand button problem? |
Post Reply
|
| Author | |
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
Topic: expand button problem?Posted: 01 August 2007 at 9:39am |
|
Hi,
When I click the expand button(Toolbar options) in the toolbar, it gives assertion here, in the release mode only, not in the debug mode(in debug mode it is working fine).
please help.
// QueryInterface that is exported to normal clients DWORD CCmdTarget::ExternalQueryInterface( const void* iid,LPVOID* ppvObj) { // delegate to controlling unknown if aggregated if (m_pOuterUnknown != NULL) - assertion here ????{ HRESULT hRes = m_pOuterUnknown->QueryInterface(*(IID*)iid, ppvObj); #ifdef _DEBUGLPCTSTR strIID = AfxGetIIDString(*(IID*)(iid)); if (SUCCEEDED(hRes))TRACE(traceOle, 1, _T( "QueryInterface(%s) succeeded\n"), strIID); elseTRACE(traceOle, 1, _T( "QueryInterface(%s) failed\n"), strIID);#endif return hRes;} return InternalQueryInterface(iid, ppvObj);} |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 August 2007 at 5:46am |
|
Hello,
It have be sometrhing in your code. Send project to test to support@codejock.com
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |