note that calling dlerror() twice will cause it to return NULL the second time .. which makes the error dialog in the plugin load dialog show nothing. Take a look at plugin.cpp
Bug fixed by removing the code using dlerror.
The new plugin-API rocks very much and is very good tested because it uses the lib-loading stuff from libkdecore
Log in to post a comment.
Bug fixed by removing the code using dlerror.
The new plugin-API rocks very much and is very good tested because
it uses the lib-loading stuff from libkdecore