General notes, You can use a LGPL library if
- You link with it dynamically only allowing user to replace specific library (for example replace dll to newer compatible version).
- If you make changes in LGPL code, you release the changed library sources as well.
Generally many closed source projects use LGPL code, it is common practice, but
read license carefully, especially this GPL-FAQ.
If you have doubts, contact lawyer.