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

ThreadSearch plugin 0.6 release

<< < (3/5) > >>

dje:
Hi Mario !

I am working on toolbar integration for now with wxWidgets 2.8.3 (didn't you ask for this ?  :wink:).
Next release will integrate it and as soon as it works, I'll probably go on 2.8.4

The only change I did is to replace

--- Code: ---bool show = !m_pSizerSearchDirItems->IsShown(m_pSizerSearchDirItems);
--- End code ---
by

--- Code: ---bool show = !m_pPnlDirParams->IsShown();
--- End code ---

But I am quite surprised when you speak about "lots of errors" because there was few problems from 2.6.3 to 2.8.3.

Could you send an informative log ?

Dje

mariocup:
Hi dje,

I changed the source code as you said and removed the event.cpp file from the project and modified the linker settings for wxwidgets 2.8.4.
Now it works fine.

Thanks.

Bye,

Mario

mariocup:
Hi dje,

as codeblocks will be used more and more for embedded programming the default search mask should be *.cpp, *.c, *.h.

Thanks,

Mario

dje:

--- Quote ---as codeblocks will be used more and more for embedded programming the default search mask should be *.cpp, *.c, *.h.
--- End quote ---
OK, no problem, that's done (heavy workload :lol:).

For now it is *.cpp;*.h and current (modified) mask is saved in default.conf.

Dje

tiwag:

--- Quote from: dje on June 07, 2007, 11:32:12 pm ---I am working on toolbar integration for now with wxWidgets 2.8.3 (didn't you ask for this ?  :wink:).
Next release will integrate it and as soon as it works, I'll probably go on 2.8.4

The only change I did is to replace

--- Code: ---bool show = !m_pSizerSearchDirItems->IsShown(m_pSizerSearchDirItems);
--- End code ---
by

--- Code: ---bool show = !m_pPnlDirParams->IsShown();
--- End code ---


--- End quote ---

first i did the above change

then i removed the files
\wx\include\wx\event.h
\wx\src\common\event.cpp
from the source files in the project settings
they are obviously not neccessary for building the plugin

finally i could build your fine and useful plugin using wxWidgets 2.8.4

i don't know about any problems with toolbar integration
but it seems basically to work fine.


later on i removed the devel target from the ThreadSearch project,
because i think it isn't necessary

following the rule how all other plugins and CB itself is build,
i think it's better to build the ThreadSearch plugin with debug info (using WX release dll)
and the output tree is stripped off the debug info later on during the update process.

thx for this fine plugin,
brgds tiwag

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version