Author Topic: ThreadSearch 0.9 release (Windows only !!)  (Read 17849 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch 0.9 release (Windows only !!)
« Reply #15 on: November 21, 2007, 09:22:53 am »
OK Morten, thanks. I send the sources tonight.
First try since plugin loading fails...

Dje

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch 0.9 release (Windows only !!)
« Reply #16 on: November 29, 2007, 11:38:12 pm »
Hi all !

Great progress in new Logger integration (thanks Morten !)

A last problem remains...
When I want to remove the panel from the Messages notebook, I use the following code:
Code
CodeBlocksLogEvent evt(cbEVT_REMOVE_LOG_WINDOW, this);
Manager::Get()->GetAppWindow()->ProcessEvent(evt);

I just want to remove the Logger from the notebook but my logger is deleted when event is processed !
With previous behaviour, it was just removed...

Is there any way to remove Logger without deletion ?
If that's not the case, is it possible to add a boolean to the event to tell if Logger should be deleted ?

Dje

Offline The-Kenny

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: ThreadSearch 0.9 release (Windows only !!)
« Reply #17 on: November 29, 2007, 11:51:30 pm »
Ohm... every time I try to install the plugin for windows I get the error
Quote
Scanning for plugins in C:\Programme\Codeblocks/share/codeblocks/plugins
C:\Programme\Codeblocks/share/codeblocks/plugins/ThreadSearch.dll: not loaded (missing symbols?)

I get the same error with the ShellExtension Plugin.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch 0.9 release (Windows only !!)
« Reply #18 on: November 30, 2007, 12:07:50 am »
Hi !

The ThreadSearch plugin does not load any more since new Logging system integration.
Windows version will be released soon (as soon as Logger deletion is solved).
I hope the same for Linux...

Dje

Offline krgh

  • Single posting newcomer
  • *
  • Posts: 7
Re: ThreadSearch 0.9 release (Windows only !!)
« Reply #19 on: December 10, 2007, 03:53:59 am »
Hi,

Thanks for the wondefull Plugin. But since recently, i am having few erros with this and i am not able to use Threadsearch Plugin.
I am using Codeblocks snapshot version CB_20071206_rev4711_win32 with mingwm10_gcc421 and wxmsw28u_gcc_cb_wx287.
Whenever i try to install threadsearch plugin i get below error

C:\Editors\Code Blocks/share/codeblocks/plugins/ThreadSearch.dll: not loaded (missing symbols?).


I use CB to work on ARM Compillers but this doesnt allow me to recompile the source. Please let me know how to recompile the code with some other toolchain.

TIA

Regards
Gururaja

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch 0.9 release (Windows only !!)
« Reply #20 on: December 10, 2007, 09:43:29 am »
Hi !

Quote
Thanks for the wondefull Plugin
:D :D Thanks !  :D :D

In fact, in previous post :
Hi !

The ThreadSearch plugin does not load any more since new Logging system integration.
Windows version will be released soon (as soon as Logger deletion is solved).
I hope the same for Linux...

Dje
New logger system appeared at rev 4606. It can not be used any more.
I am working on it.
I hope Windows version will be available at the end of the week.
Then I'll work on Linux issues.

Dje