Author Topic: New PluginWizard  (Read 5405 times)

zmodem

  • Guest
New PluginWizard
« 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!


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: New PluginWizard
« Reply #1 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.
Be patient!
This bug will be fixed soon...