Author Topic: Code::Blocks Plugins  (Read 4140 times)

sethjackson

  • Guest
Code::Blocks Plugins
« on: September 25, 2005, 07:32:44 pm »
Ok so I'm trying to write a plugin. Right now basically trying to get the helloworlplugin to work. I followed the wiki directions but when I copy the .dll to \share\CodeBlocks\plugins, when I start C::B (compiled from cvs) I get "The procedure entry point ZN7Manager3GetEP7wxFrameP10wxNotebook could not be located in the dynamic link library codeblocks.dll" I click ok and I get
"Failed to load shared library 'path_of_library' (error 127: the specified procedure could not be found.)" click ok now I get to choose the default compiler and C::B procedes to load.

What is going on here?
« Last Edit: September 25, 2005, 07:57:44 pm by sethjackson »

Offline severach

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: Code::Blocks Plugins
« Reply #1 on: September 27, 2005, 12:15:16 am »
If you're having trouble getting plugins to work, I'd suggest getting one of the built in plugins out of the C::B source distribution and get that to compile and run. Once you get all the compiler settings right, you can try making your own.