Am I permitted to use an LGPL library without releasing the source to the rest of my application, if I dynamically reference the library?
Posted
by
user185812
on Programmers
See other posts from Programmers
or by user185812
Published on 2012-10-17T03:41:37Z
Indexed on
2012/10/17
5:24 UTC
Read the original article
Hit count: 389
lgpl
I am a bit confused as to what I am/am not allowed to do with a LGPL Library that I intend on using in a small scale commercial C++ Application that I am developing. My current understanding, although I don't know if I am correct, is that I am permitted use the library without releasing the source to the rest of my application if I dynamically reference the library. Does anyone know if this is correct? Are there any restrictions as to how I reference the library? Thank You! I am not a native English speaker and don't understand the licence entirely.
© Programmers or respective owner