Copy link to clipboard
Copied
Hi,
I am trying to compile my own filter plugin, but there is problem with the AETE resource not allowing the process to finish. The error below is from VisualStudio 2022:
myFilter.rr(257791): error : ConvertAETE: Type expected 5 (' typeImageReference, "", directParamOptional, singleItem, enumerated, changesState, reserved, reserved, reserved, reserved, reserved, reserved, reserved, reserved, reserved, reserved, reserved, reserved, ' : 21)
The resource contains the following 'aete' information:
resource 'aete' (16000, "Dissolve dictionary", purgeable)
{
1, 0, english, roman, /* aete version and language specifiers */
{
plugInVendorName, /* vendor suite name */
plugInDescription, /* optional description */
plugInSuiteID, /* suite ID */
1, /* suite code, must be 1 */
1, /* suite level, must be 1 */
{ /* structure for filters */
plugInName, /* unique filter name */
plugInAETEComment, /* optional description */
plugInClassID, /* class ID, must be unique or Suite ID */
plugInEventID, /* event ID, must be unique to class ID */
NO_REPLY, /* never a reply */
IMAGE_DIRECT_PARAMETER, /* direct parameter, used by Photoshop */
{ /* parameters here, if any */
"ctl000",'0000',typeInteger,"",flagsSingleParameter,
"ctl001",'0001',typeInteger,"",flagsSingleParameter,
"ctl002",'0002',typeInteger,"",flagsSingleParameter,
}
},
{ /* non-filter plug-in class here */
},
{ /* comparison ops (not supported) */
},
{ /* any enumerations */
}
}
};
I think the error comes from IMAGE_DIRECT_PARAMETER, but that is my assumption. I would appreciate if someone help me out here.
Thanks.
Have something to add?