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

Default Plugin Doesnt Compile

<< < (4/5) > >>

bear24rw:
Alright i'm still unclear on how to get my plugin to work with the nightly ive been using (8-3-07)

TDragon:
Well, the August 3rd nightly was based on SVN revision 4346, so the best way to ensure compatibility is to download that specific source revision:

--- Code: ---svn co svn://svn.berlios.de/codeblocks/trunk -r 4346

--- End code ---
(Or, if using TortoiseSVN, just use 4346 instead of the HEAD revision.)

You can basically use your nightly build to build an almost-identical version from these new sources, then rebuild your plugin to link to this just-built version.

bear24rw:
Alright it makes sense now.. im downloading 4346 so i can rebuild it like you said

Thanks for all you help

bear24rw:
aghhh this is getting really fustrating.. here is what i did

REdownloaded 4346 nightly. downloaded 4346 sources
compiled 4346 sources with 4346 nightly
opened my helloworld project and compiled it
tried to add it to plugins.. same message about it being built with a different sdk

bear24rw:
The plugin works if i use it with the cb i compiled.. but does this mean that i can only use it with my compiled version or do i just have to wait for a new nightly to come out

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version