Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Support for Interpreted Languages?
dmoore:
you, sir, are a great man :D
I look forward to the conclusion of the wiki entry. I'll use that code as a template for adding some more integrated language support when you're done. (at a minimum I want to add debugging support, which is certainly a less trivial task, requires language specific coding and more hooks into CB)
BTW where do i get the latest version of the SDK? I could only find the RC2 SDK, but in the Sep 20 recent nightly builds the entry says several things about about plugins changing...
cheers
mandrav:
--- Quote from: dmoore on September 22, 2006, 02:40:32 pm ---BTW where do i get the latest version of the SDK? I could only find the RC2 SDK, but in the Sep 20 recent nightly builds the entry says several things about about plugins changing...
--- End quote ---
Obviously, we can't distribute the SDK of the development version as a package because it is changing. To build a plugin for the development version, your only option is to first build the development version yourself. It's not hard and it takes less than 30 minutes (including building wxWidgets).
For more info, check Installing Code::Blocks from source on Windows (sorry if I guessed your platform wrong :)).
dmoore:
my apologies. I downloaded the source yesterday, but didn't look for the latest version of the SDK in the most natural place... :oops:
don't worry, I have no particular aversion to compiling source (boost libraries and wxwidgets yesterday). I assume your wiki entry will be based off the latest version of the SDK then?
(and windows is correct. I think I must write like a windows person. I tried Ubuntu recently and it looks very interesting)
dmoore:
I comiled a working version of CB from the nightly builds. Unfortunately, it looks like I have a build (19th or 20th sep) whose plugin wizard produce code that's incompatible with the latest version of the sdk. When I try to compile the template code generated by the wiz, it doesn't understand any of the preprocessor functions (I'm assuming they're preprocessor functions) such as
--- Code: ---CB_DECLARE_PLUGIN();
--- End code ---
I assume if I wait a day or two I will be able to download a nightly build with a compatible wizard?
mandrav:
This was fixed earlier today (revision 2988).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version