User forums > Using Code::Blocks
Commercial use (Code::Blocks + GNU GCC compiler)
f2099:
--- Quote from: jens on August 28, 2011, 09:09:14 am ---
As far as I know, you can, but if you want to be absolutely sure, you should ask at mailing list related to the gnu compiler suite (and of course read the documentation).
This software is not related to C::B, we only bundle it with C::B on windows, to make the starting easier.
--- End quote ---
Thanks!
f2099:
--- Quote from: Neil Butterworth on August 28, 2011, 09:09:55 am ---
Yes, lot's of commercial companies use GCC. The limitation is on the libraries, not the compiler, and if these are LGPL licensed, which most are, you can distribute software using them without falling under the GPL.
--- End quote ---
Thanks! By libraries, you mean the header files, like stdio.h? So, basically, if I use the GCC compiler and the standard C libraries, I don't have to worry about licensing?
By the way, is windows.h also free for commercial use?
Thanks again!
Freem:
Usually, headers include their own license in the file.
But I don't think standard libs and/or windows libs are not free for commercial use.
MortenMacFly:
--- Quote from: f2099 on August 29, 2011, 05:42:12 am ---By the way, is windows.h also free for commercial use?
--- End quote ---
If that wouldn't be the case, there would be now commercial Windows software at all.
(As this pretty much covers the Windows API.)
Next time, please ask in the right forums. "windows.h" is nothing provided with the Code::Blocks IDE directly, but ships with the compiler you are using. So please, ask in the appropriate forum. Thank you.
f2099:
--- Quote from: Freem on August 29, 2011, 09:40:28 am ---Usually, headers include their own license in the file.
But I don't think standard libs and/or windows libs are not free for commercial use.
--- End quote ---
Thanks!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version