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

Doxygen script plugin

<< < (12/14) > >>

killerbot:
CB brings wxFlatNotebook.

It has to do with the sequence order of the contrib plug-ins during the build. WxFlatNotebook is now build by a new target/project of wxSmith.

I will update the wiki this evening.

I will also update in the meantime the wx287 to wx2810. Thanks for pointing that out.

jomeggs:

--- Quote from: killerbot on September 07, 2009, 04:50:15 pm ---CB brings wxFlatNotebook.

--- End quote ---

Ok, found it. After compiling "wxSmith - Contrib Items" the rest went well.

There is a global variable
--- Code: ---- Code::Blocks (cb) : <cbDir>\src

--- End code ---
mentioned. It seems to me that this one is not in use any longer, isn't it? At least, I've got no question dialog regarding this variable so far.

Jenna:

--- Quote from: jomeggs on September 07, 2009, 05:10:21 pm ---There is a global variable
--- Code: ---- Code::Blocks (cb) : <cbDir>\src

--- End code ---
mentioned. It seems to me that this one is not in use any longer, isn't it? At least, I've got no question dialog regarding this variable so far.

--- End quote ---

That's right. The global variable cb is no longer needed for C::B's svn-sources, because it makes it impossible to have several copies (with different patches)  of C::B sources on the same system.

But if you develop a plugin from outside the svn-sources it still makes sense.

jomeggs:
Finally I've got my own CB compiled, thanks for your help. There is one question left:

The current nightly is running with a DLL named wxmsw28u_gcc_cb.dll. My self compiled CB made a loud cry for a dll named wxmsw28u_gcc_custom.dll which I found in my wxWidgets directory. Why is that? What has to be done to use the same DLL name or has the name been changed for the next nightly too? :o

killerbot:
if you want the same name, you will have to add the following to all the options on the command line to build wx (the invocation of make) : VENDOR=cb .

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version