Ticket #181 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

cape_open_error wants underlying object for COBIAERR_CAPEOPENError

Reported by: jasper Owned by: jasper
Priority: minor Milestone: Maintenance of Phase II
Component: COMBIA Version:
Keywords: Cc:

Description

COBIA's implementation of cape_open_error has a constructor

cape_open_error(CapeResult _errorCode,ICapeInterface *object=nullptr):

This constructor, for COBIAERR_CAPEOPENError wants the object to be non-null to ask it for the error that caused this.

The constructor for COMBIA's COM_error however uses COBIAERR_CAPEOPENError without passing an underlying object. As assert fires here.

Change History

comment:1 Changed 9 months ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed

Resolved with change sets 1176573 and 024fe60

Note: See TracTickets for help on using tickets.