sethupathy
March 3, 2011, 11:56:01
Dear Sir,
While am I execute the VC++ Source code,System shows “Debug Library “Error
If I remove source code which I written below, then it working fine but camera live is not coming
If i include this the Runtime debug library error is coming.
if( ! DShowLib::InitLibrary( "ISB3200016679" ) )
{ return FALSE;
}
struct static_init
{ static_init()
{
CoUninitialize();
OleInitialize( 0 );
};
};
#pragma init_seg( user )
static_init sys_init;
Is there any other way to avoid the issue.
Regards
Sethu
While am I execute the VC++ Source code,System shows “Debug Library “Error
If I remove source code which I written below, then it working fine but camera live is not coming
If i include this the Runtime debug library error is coming.
if( ! DShowLib::InitLibrary( "ISB3200016679" ) )
{ return FALSE;
}
struct static_init
{ static_init()
{
CoUninitialize();
OleInitialize( 0 );
};
};
#pragma init_seg( user )
static_init sys_init;
Is there any other way to avoid the issue.
Regards
Sethu