Author Topic: attach lib ZThreads to Code::Blocks  (Read 4864 times)

Offline little_greg

  • Single posting newcomer
  • *
  • Posts: 4
attach lib ZThreads to Code::Blocks
« on: March 23, 2011, 02:57:26 pm »
please, explain me how i can do that.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: attach lib ZThreads to Code::Blocks
« Reply #1 on: March 23, 2011, 03:29:01 pm »
please, explain me how i can do that.
Add it to the linker options in the build options of your project. Refer to the C::B manual (http://www.codeblocks.org/docs/main_codeblocks_en.html) for details and screenshots.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline little_greg

  • Single posting newcomer
  • *
  • Posts: 4
Re: attach lib ZThreads to Code::Blocks
« Reply #2 on: March 23, 2011, 08:59:07 pm »
MortenMacFly, thanks for reply, i did as you said but unfortunately there is no file with library extension. please, take a look: http://zthread.sourceforge.net/download.html#

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: attach lib ZThreads to Code::Blocks
« Reply #3 on: March 23, 2011, 09:18:32 pm »
MortenMacFly, thanks for reply, i did as you said but unfortunately there is no file with library extension. please, take a look: http://zthread.sourceforge.net/download.html#
Consult the development documentation of the sources, you'll need to compile this library yourself. I don't know this library so I can't tell how and whether it is compatible with your target compiler and platform. Ask the developers of this library, they will know.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ