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.
and where i can find the application log?
Thank you for the help :)
I believe that is the log window titled "Code::Blocks" on my PC it is the rightmost log window.
Tim S.
Quotelog window titled "Code::Blocks" on my PC it is the rightmost log window
Im using ubuntu OS and it shows it is in the leftmost log window, but anyways thanks!
the error says
Quoteplugin.so: not loaded (missing symbols?)
BTW, it happens when we put postgres query in the plugin code (#include <postgresql/libpq-fe.h>)
Use -Wl,--no-undefined or -z defs in the linker options and you'll see what you're doing wrong.