Author Topic: ThreadSearch on r5730  (Read 4362 times)

daniloz

  • Guest
ThreadSearch on r5730
« 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.

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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: ThreadSearch on r5730
« Reply #1 on: August 12, 2009, 06:15:44 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.