Software Database
Search for resolved Bug or Feature Request:
ID:
Bugfix:
Backport for 1520: SCAPS detected ( and fixed ) two errors in ScGroup, which can cause unstable situations.
Description:
SCAPS detected ( and fixed ) two errors in the SAM-library, which can cause unstable situations when using e.g. 'ScCopyConstruct()', but only when using optional feature '@@@Scaps.DoNotTrail.NewCreatedObjects@@@':
sl_get_kernel()->ScStartSequence( CComBSTR( _T( "@@@Scaps.DoNotTrail.NewCreatedObjects@@@" ) ) ); // switch on for new created objects
...
e.g. entity->ScCopyConstruct(&m_global_copy);
e.g. entity2->ScCopyConstruct(&m_global_copy2);
...
sl_get_kernel()->ScEndSequence( CComBSTR( _T( "@@@Scaps.DoNotTrail.NewCreatedObjects@@@" ) ) ); // switch off
State:
solved, bug fixed / feature implemented
Solved in version(s):
REL_3_1_5_20120529_0109
3.1.5 and 3.1 (STABLE)
Go to
software changelog