Re: GPL / LGPL drives me mad
I need to bring this back up, because I have a related question.
I am starting development of an application for a locally owned business. They need to keep the costs down (way down) for obvious reasons.
I want to release the software I create for them as a LGPL application, however I plan on doing all of the application development in Visual C++ (it's just faster that way, and I already have all the tools I need).
Looking over the GPL/LGPL verbage it states that I must release the source code and ALL OBJECT files to build the source code. Obviously I cannot distribute the object files (MFC, etc)... So does that mean that I cannot really release software developed in this environment under the GPL/LGPL?
I really MUST release it under this license, because to keep the costs down I will be using a MySQL backend, and to avoid licensing costs for MySQL I need to avoid a commercial license.
P.S. It's a bar/restaurant. I'm working out a "free trade" agreement ;)