Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Downloading prebuild CodeBlocks SDK

<< < (2/3) > >>

ToApolytoXaos:
The recommended way to avoid any possible issue with System Variable PATH (by accidentally removing any system program from PATH), would be to create a variable named PATH in User variables for <username> and add your zip directory there.

For more info, visit http://www.itechtalk.com/thread3595.html

slimmeke:
I have added the zip to my path var (that was no problem for me). But after that I can't install the plugin using the plugin manager of Code::Blocks.

I got following problem when installing the plugin:
One or more plugins were not installed succesfully: D:\...\Refactoring.cbplugin

oBFusCATed:
Try to link with -z defs or -Wl,--no-undefined, I don't know if they work on windows...

Jenna:
You can start C::b from a console (cmd.exe) with the -v parameter to get a more meaningful output.

slimmeke:
Ok tnx I runed CB in cmd and got following error with my plugin.

Failed to load shared library c:\Program Files (x86)\...\plugins/Refactoring.dll (error 126: can't find module)

Where can I change the url because there is a problem with the \ and /. First you got the \ and the you got /?

Edit: The Refactoring.dll is in the correct directory (...\CodeBlocks\share\CodeBlocks\plugins).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version