Uploaded image for project: 'core-c#dof-oal'
  1. core-c#dof-oal
  2. COAL-85

Incorrect C interface generated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • None

      We have an interface with 16 items.
      In C interface generated the last three items which are exceptions look like:
      0x10, 0x00,
      0x0E, 0x00,
      0x0F, 0x00,

      And on call DOFInterface_Create a null interface returned with error "Can not allocate or parse".

      If exceptions bytes are reordered in order to be in order (0E, 0F, 10), interface can be created and is functional.

            Unassigned Unassigned
            ericwjr Eric Williams
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: