Hello,
I want to signal a small error in all plugin examples. This error have no consequence, but these are examples meant for people to trust.
In the documentation, it's write :
"kOfxActionLoad is the first action passed to a plug-in after the binary containing the plug-in has been loaded. It is there to allow a plug-in to create any global data structures it may need and is also when the plug-in should fetch suites from the host."
And in all plugins examples, Suites are fetch in the kOfxDescribeAction.
Best regards