Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 202)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#80 fixed Support for flowsheet monitoring and custom data jasper jasper

Reported by jasper, 3 years ago.

Description

Support for flowsheet monitoring & custom data should be implemented in:

  • CAPEOPEN_1_2.IDL
  • COMBIA
#81 fixed BasicCapeCollection misses assignment and construction from CapeInterface jasper jasper

Reported by jasper, 3 years ago.

Description

BasicCapeCollection? hasassignment and construction from ICapeInterface*, but not from CapeInterface?.

This can be worked around by casting to an ICapeInterface*.

#82 fixed IUnknown is not unique jasper jasper

Reported by jasper, 3 years ago.

Description

In a scenario where a COBIA object is exposed to COM via COBIA, a wrapper is placed around the object.

If a COBIA object is passed as an argument to COM, through a COMBIA call, this object is also wrapped by a COM object.

If the object that is passed as an argument was already wrapped, this leads to a second COM wrapper being created in case the object is passed as argument as well. This happens for example in ICapeFlowsheetMonitoring::RegisterForEvents?. In this situation, there are two COM objects created for the same COBIA object, and they are therefore observed from the COM side as two different objects. The first argument to RegisterForEvents? of course is means exactly to identify the object (which can be done by QI for IUnknown, as COM rules stipulate that QI for IUnknown on the same object must always return the same pointer).

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.