Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Nemev on January 09, 2020, 08:04:36 pm

Title: Using C++ libraries for commercial purposes.
Post by: Nemev on January 09, 2020, 08:04:36 pm
Hi
I know Code::Blocks is free IDE and everyone Can use it for all purposes. But Can I use libraries (for example iostream etc.) for commercial purposes without giving source code of software?
Best Regards.
Title: Re: Using C++ libraries for commercial purposes.
Post by: stahta01 on January 09, 2020, 08:58:39 pm
Hi
I know Code::Blocks is free IDE and everyone Can use it for all purposes. But Can I use libraries (for example iostream etc.) for commercial purposes without giving source code of software?
Best Regards.

Read the licenses of the Compiler you are using!
Code::Blocks is not a Compiler.

Tim S.

Title: Re: Using C++ libraries for commercial purposes.
Post by: Nemev on January 11, 2020, 11:41:06 pm
Hi
I know Code::Blocks is free IDE and everyone Can use it for all purposes. But Can I use libraries (for example iostream etc.) for commercial purposes without giving source code of software?
Best Regards.

Read the licenses of the Compiler you are using!
Code::Blocks is not a Compiler.

Tim S.
Hi. I'm using GNU GCC Compiler. Is licensed under GNU GPL. I can compile my code for commercial purposes without licensing under GNU GPL. I have  got a question. If I add #include (name of the library) can I don't license under GNU GPL? There libraries is licensed under GNU GPL from FSF.
Title: Re: Using C++ libraries for commercial purposes.
Post by: stahta01 on January 12, 2020, 12:01:02 am
Hi
I know Code::Blocks is free IDE and everyone Can use it for all purposes. But Can I use libraries (for example iostream etc.) for commercial purposes without giving source code of software?
Best Regards.

Read the licenses of the Compiler you are using!
Code::Blocks is not a Compiler.

Tim S.
Hi. I'm using GNU GCC Compiler. Is licensed under GNU GPL. I can compile my code for commercial purposes without licensing under GNU GPL. I have  got a question. If I add #include (name of the library) can I don't license under GNU GPL? There libraries is licensed under GNU GPL from FSF.

I am not a Lawyer.
Please read the rules for this website: http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

Ask your legal question about your compiler on a site that supports your compiler!

Tim S.