Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 202)

Ticket Resolution Summary Owner Reporter
#98 fixed Malformed error messages in IDL parser jasper jasper

Reported by jasper, 3 years ago.

Description

Error messages are not formulated properly in IDL parser as a result of multi byte string to wide string conversion issues.

#99 fixed Initialized variables that would not be initialized in case of error return jasper jasper

Reported by jasper, 3 years ago.

Description

Some methods in data wrappers did not initialize the return variables in case of an error return, which (as the error is not in the form of an exception, but in the form of a CapeResult?) causes pedantic compilers to complain about it.

Variables are initialized to zero now.

#100 fixed Generated wrapper code passes output interface wrappers by value instead of reference jasper jasper

Reported by jasper, 3 years ago.

Description

Generated wrapper code passes output interface wrappers by value instead of reference. This was not obvious in the generated code, as in case of the CAPE-OPEN 1.2 interfaces, all functions that return an interface return it as [out,retval] and the problem only occurs for interfaces that are returned as [out]

Note: See TracQuery for help on using queries.