Problem with AccessorVI names in return messages
There is a huge problem which will lead to major changes in the source code:
Everything is right now so designed that parent and child message classes posses the same Accessor VIs (because both share partly the same attributes). Problem is that LabVIEW thinks that I want to overwrite the parent methods, because there are child methods available with the same name. And I get an error because they are not dynamic dispatch. This is a very nasty behavior... but has to be corrected somehow...