Help! My Fcp wrapper drowns in if ..else cases.
It is a bit unclear from the wiki when the message terminator of a message is "EndData" and when it is "Data". My current headscratcher FCPPluginMessage. I hope everyone out there uses "Data" as terminator in case data is attatched. Would be way easier if "DataLength" was reserved to indicate attatched data and "Data" as terminator would go away, but DataFound gets in the way here. If.. else.. elif... Juergen