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
#141 fixed COMBIA does not compile against VS 2022 17.4 jasper jasper

Reported by jasper, 18 months ago.

Description

Reason is that the new header files declare

_NODISCARD constexpr bool operator()(const _Ty& _Left, const _Ty& _Right) const

for any type, which conflicts with COMBIA's

template<> constexpr bool std::equal_to<GUID>::operator ()(const GUID &g1,const GUID &g2) const

#132 fixed COMBIA exposed 1-based array parameters to COM jasper jasper

Reported by jasper, 19 months ago.

Description

Even though according to the COM parameter specification this is legal, there is documentation on the minimum required array parameter specification in the E&C which states in "chapter 12, Expected Array Parameter Support" item (3): The lower bound shall be zero.

A 1-based index is not commonly used in the current eco-system and is confirmed to confuse at least COFE and HYSYS.

I suggest to fix this - and there is currently a business case out there, so perhaps a good reason to release an update.

#134 fixed COMBIA incorrectly re-allocates Integer Array value as double array jasper jasper

Reported by jasper, 19 months ago.

Description

Upon re-size COMBIA re-allocates the VARIANT as VT_R8 type, should be VT_I4.

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.