I have some confused about using a custom widget plugin.

Please confirm my actual knowlegde about it.

1.- You can use the 'promote' approach. In this case, you have to include all the files used by the custom widget.

2.- You can create a dll for it, using the plugin interface.
In this case, you have allways to create the correct EXPORT code ?
If not, how to use it ?

I have my own custom widgets dll, with code for export the symbols. It works fine.
But... when I want to use example widgets I have a lot of undefined errors ?
(I'm unable to use the multipage example.... Need I to define EXPORT code ? )

A last question, Can I use the pluginloader to load custom widgets ? (or pluginloader has another mission ?)

Thanks.




Thanks