News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

attach lib ZThreads to Code::Blocks

Started by little_greg, March 23, 2011, 02:57:26 PM

Previous topic - Next topic

little_greg


MortenMacFly

Quote from: little_greg on March 23, 2011, 02:57:26 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

little_greg

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#

MortenMacFly

Quote from: 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#
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]