Skip to content

Error: Didn\'t find {"length":"ulong","IfInde":"ulong"} in TypeMap #1

@scruel

Description

@scruel

Following code got this error:

var IP_ADAPTER_ADDRESSES = {
    union: {
        alignment: 'ulong',
        'struct': {
            length: 'ulong',
            IfInde: 'ulong',
        },
    },
    next: 'pointer',
    adapterName: 'pointer',
    ...
}

...
var test = new Struct(IP_ADAPTER_ADDRESSES, args[3])
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions