Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: little_greg on March 23, 2011, 02:57:26 pm

Title: attach lib ZThreads to Code::Blocks
Post by: little_greg on March 23, 2011, 02:57:26 pm
please, explain me how i can do that.
Title: Re: attach lib ZThreads to Code::Blocks
Post by: MortenMacFly 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.
Title: Re: attach lib ZThreads to Code::Blocks
Post by: little_greg 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#
Title: Re: attach lib ZThreads to Code::Blocks
Post by: MortenMacFly 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.