02-18-2022 06:30 AM
Hello guys,
I'm trying to generate a function panel from a header file for my project, from options, generation functional panel. I followed the instruction given in this link (https://www.ni.com/en-in/support/documentation/supplemental/07/generate-ni-labwindows--cvi--function...).
But while trying this method there occurs an Enum error. There are many Enums mentioned in this header file but only two Enums are creating this error. The error caused is "Invalid enum typedef".
Can anyone suggest a way to overcome this error?
02-19-2022 03:48 AM
Your enums are missing a type name