Code::Blocks Forums
User forums => Help => Topic started by: sethjackson 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?
-
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.