Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Can't install Plugin
(1/1)
threeS:
I installed my plugin but it gives me a warning like
--- Quote ---One or more plugins were not loaded. This usually happens when a plugin is built for a different version of the Code::Blocks SDK.
Check the application log for more info.
--- End quote ---
and where i can find the application log?
Thank you for the help :)
stahta01:
I believe that is the log window titled "Code::Blocks" on my PC it is the rightmost log window.
Tim S.
threeS:
--- Quote ---log window titled "Code::Blocks" on my PC it is the rightmost log window
--- End quote ---
Im using ubuntu OS and it shows it is in the leftmost log window, but anyways thanks!
the error says
--- Quote ---plugin.so: not loaded (missing symbols?)
--- End quote ---
BTW, it happens when we put postgres query in the plugin code (#include <postgresql/libpq-fe.h>)
oBFusCATed:
Use -Wl,--no-undefined or -z defs in the linker options and you'll see what you're doing wrong.
Navigation
[0] Message Index
Go to full version