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

Plugin Development on Windows

(1/1)

igorevc:
Good day to you.

I'm trying to develop a simple plugin (HelloWorld) for Code::Blocks on Windows Vista,
to better understand how it works.

Sadly, it needs include files that Code::Blocks doesn't possess. I'm using the bundled version with MinGW.

Mainly logmanager.h, sdk.h and configurationpanel.h .

After some research, I found out that it needs some files from codeblocks-devel, but they are only
available for Linux.

Is there an equivalent "codeblocks-devel" for Windows or is it necessary to develop a plugin on Linux?

What must I do?

Thanks for your attention.

XayC:
There's an article in the CB Wiki that explains the basics of plug-in development.

Those file are part of the Code::Blocks SDK (which is also part of the program sources). So you have to download the sources, either from the download page or using SVN. As mentioned in the article you'll also need the wxWidgets sources.

Regards, XayC.

ollydbg:

--- Quote from: igorevc on November 06, 2008, 06:01:21 pm ---Good day to you.

I'm trying to develop a simple plugin (HelloWorld) for Code::Blocks on Windows Vista,
to better understand how it works.

Sadly, it needs include files that Code::Blocks doesn't possess. I'm using the bundled version with MinGW.

Mainly logmanager.h, sdk.h and configurationpanel.h .

After some research, I found out that it needs some files from codeblocks-devel, but they are only
available for Linux.

Is there an equivalent "codeblocks-devel" for Windows or is it necessary to develop a plugin on Linux?

What must I do?

Thanks for your attention.


--- End quote ---

You can see the wiki page here:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows

Navigation

[0] Message Index

Go to full version