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

Default Plugin Doesnt Compile

<< < (5/5)

dmoore:
try linking against dlls that come with your nightly build instead of your self-compiled versions.

bear24rw:
What do you mean 'linking against'.. do you mean change the linker in the build options.. if you do then what would i change it to? only dll's come with the nightly's

EDIT

I got it working now :) i did as you said and linked to the dll's included in the nightly thank you very much for you help

dmoore:
under build options, linker
instead of linking against libcodeblocks.a and libwxmsw28u.a
link against codeblocks.dll and wxmsw28u_gcc_cb.dll

this will allow you to run your plugin with most recent nightly builds (provided the codeblocks.dll doesn't change too much)

Navigation

[0] Message Index

[*] Previous page

Go to full version