I am using LabView to create DLLs to call from LabWindows. When using clusters as input/output parameters, the C header files produced have unhelpful structure names given to each cluster such as TD1, TD2, TD3 etc. If you change the order in which your parameters are passed, or want to use the same structure to use in a different VI, the names differ.
Is there a way of getting the structure names the same as the cluster names?