Anyone knows how to develop an add-in for PowerDesigner? I was reading the document of PowerDesigner about how to create an ActiveX Add-in, it says "The ActiveX must implement a specific interface called IPDAddIn to become a PowerDesigner add-in.". But I don't know where the interface IPDAddIn is, and how to implement it ? Here is the online document
I have this old example, which could give some ideas, even if not everything it up-to-date.
with the corresponding part in the class declaration:
And the corresponding code to declare the add-in in PowerDesigner. If the
File
value is present, PowerDesigner could call DllRegisterServer on it, if the component is not yet registered.