I would like to update a number of enums in my system using some sort of script, that would take c++ files, find enums in them and convert these enums into LV eums.
I'm pretty sure we can get to the point where we have the elements of the enum in some sort of list, and the c++ enums will start at 0 and have a continuous stepsize of 1. The problem is to turn this list into a LV enum. Anyone have any ideas? //Martin
