Custom Query (122 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 122)

Ticket Resolution Summary Owner Reporter
#93 fixed Support for IPersistPropertyBag michaelhalloran michelpons

Reported by michelpons, 13 years ago.

Description

There is at least one major commercial PME which is relying, but not only, on IPersistPropertyBag. Logging for this persistence interface is not supported by version 1.08.5 of COLTT. May be worth developing the suitable logger.

#95 fixed Is the logging of Duplicate accurate about the MO pointer? michaelhalloran michelpons

Reported by michelpons, 13 years ago.

Description

When analyzing logs obtained with COLTT 1.08.5 with two different PMEs and the same PMC (the CPP Mixer Splitter example), I have noticed that within the Calculate method, the Duplicate method is called twice (because there are two feeds to the UO) and each time the pointer returned appears as the same. This is worrying me because in fact the previous MO is not released before a new duplicate is done according to the following excerpt of the CPP Mixer Splitter code:

bool Duplicate(Material &m,wstring &error) {ATLASSERT(materialObject); class should be instanciated properly create a new material object MaterialObjectWrapper *MO=materialObject->Duplicate(error); <------- NEW ONE IS OBTAINED if (!MO) return false ; fail clean up old MO in m if (m.materialObject) m.materialObject->Release(); <------- OLD ONE IS RELEASED set new m.materialObject=MO; ok return true ;

}

So while this has no consequence really for the CPP Mixer Splitter it is of interest to know if the pointer mentioned in the log is the real pointer or one pertaining to the CO logger. Could this be assessed?

#96 wontfix Start menu shortcuts of 1.08.5 left after installing 2.0 michaelhalloran michelpons

Reported by michelpons, 13 years ago.

Description

I am using the installer for COLTT 2.0 built on Sep 10, 2011. I am using it in a machine where COLTT 1.08.5 (Build July 17, 2011) had been previously installed. The installation of COLTT v2.0 takes almost everything related to 1.08.5 out still the \"Start\" menu shortcuts related to 1.08.5 are left behind.

Note: See TracQuery for help on using queries.