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

Where to find the configurationpanel.h?

(1/2) > >>

flup:
Hi,
after i set up all necessary options to cb for develop plugins, I tried to compile the cb plugin template and got this error:
"configurationpanel.h: No such file or directory"

I searched everywhere for this file but I could not find it yet.

Where can i find the configurationpanel.h to compile the cb plugin template?

stahta01:
Verify that you have the right path for the cb global variable.
Mine ends with the "src" folder name; the "src" folder should contain the "sdk" folder.
The "sdk" folder contains the file configurationpanel.h.
Note: All of the above assumes you are using the SVN to build Code::Blocks and the SDK plugins. I have no idea on how to do SDK plugins unless you are using SVN.

Note: I just started on this two days ago so I remember my error on defining the cb global variable.

Tim S

flup:
I downloaded the Code::Blocks Development SDK from here http://www.codeblocks.org/downloads.shtml and these sdk dont contain  a "sdk" or "src" folder, nor a file "configurationpanel.h".

Pecan:

--- Quote from: flup on October 21, 2006, 07:26:03 pm ---I downloaded the Code::Blocks Development SDK from here http://www.codeblocks.org/downloads.shtml and these sdk dont contain  a "sdk" or "src" folder, nor a file "configurationpanel.h".


--- End quote ---

you downloaded the RC2 sdk which will not work with the current nightly builds or the SVN versions of CodeBlocks.

See this info:

   //-- Installing Code::Blocks from source on Windows
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows

   //-- Wiki Index
   http://wiki.codeblocks.org/index.php?title=Special:Allpages

   //--
   Could you please state your Operating System, Compiler, and CodeBlocks Version.

flup:
I use the nightly build from the 12th october 2006 with gcc under windows xp.

Navigation

[0] Message Index

[#] Next page

Go to full version