News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

ThreadSearch on r5730

Started by daniloz, August 12, 2009, 06:12:53 PM

Previous topic - Next topic

daniloz

Hi All,

I don't find the ThreadSearch plugin in the latest revision (r5730) of the code.

I tried to use the one from v8.02 but it says that the SDK is incompatible.

Also, when trying to compile ThreadSearch from source, it asked me for the globals "cb" and "cbn". I didn't find any information what should I use for those...

Any help is pretty much appreciated.

Thx

ollydbg

Quote from: daniloz on August 12, 2009, 06:12:53 PM
Hi All,

I don't find the ThreadSearch plugin in the latest revision (r5730) of the code.


Please follow this wiki page:

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows

Compile contributed (or your own) plugins


If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.