Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: zmodem on February 22, 2006, 01:48:57 am

Title: New PluginWizard
Post by: zmodem on February 22, 2006, 01:48:57 am
Thanks for updating it btw

I started a new project and filled in some generic values in the wizard dialog.
Compiled and linked without errors or warnings. 
Moved DLL to plugins dir
restarted C::B and I get this message:

The procedure entry point _ZN8cbPlugin14NotImplementedERK8wxString could not be located in the dynamic link library codeblocks.dll

What does that mean?

Thanks!

Title: Re: New PluginWizard
Post by: mandrav on February 22, 2006, 08:35:17 am
It means you didn't link with the same codeblocks library that is being used by codeblocks.exe.