[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame, LGPL and iPhone



René Dudfield wrote:
The spirit of the LGPL is that people should be able to change the
LGPL parts of a program to whatever they like.  Dynamic libraries
allow them to do that, and so does distributing your object code.  Of
course distributing your object code allows people to more easily
dissasemble your program... but eh.

FYI IDA Pro has C++ decompiler plugin that can make C++ from any code. So no big difference between dynamic lib and object files.

Niki Spahiev