Custom Query (197 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 197)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#180 fixed registeredForAllUsers implementation error jasper jasper

Reported by jasper, 9 months ago.

Description

registeredForAllUsers determines whether a COM object is registered for all users or for the current user. It will fail to detect a current user registration because the RegOpenKey? call is missing:

if (ERROR_SUCCESS==(HKEY_CURRENT_USER,str.c_str(),0,flags,&key)) {
#179 fixed ECapeThrmPropertyNotAvailableHR conversion issues with COMBIA jasper jasper

Reported by jasper, 9 months ago.

Description

COMBIA converts a COM ECapeThrmPropertyNotAvailableHR call into containsMissingValues=true; this is not correct according to thermo E&C and COM rules: it should assume the call to fail.

1) does COMBIA subsequently iterate over each of the compound and properties to figure out what is and what is not available?

2) In the opposite direction COMBIA creates the COM output value while raising ECapeThrmPropertyNotAvailableHR which is in conflict with E&C (cannot raise a COM error and return values)

#178 fixed Copyright of version 1.2.0.12 and further should include 2023 jasper michelpons

Reported by michelpons, 9 months ago.

Description

I noticed, when running the COBIA SDK 1.2.0.12 installer than the copyright year range goes only to 2022. Since 1.2.0.12 contains modifications made in 2023, the copyright notice should include 2023.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.