• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ConvertAETE Type expected error...?

Community Beginner ,
May 26, 2023 May 26, 2023

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.

TOPICS
SDK , Windows

Views

67

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation