I am working on a dvd conversion project, but I'd like to release it comercially the GPL doesn't speak much about libraries or dll's (yes it will be on a win32 environment) just about programs.
I don't want to give the source of my application away, however I have no problem with releasing the source of the changes I've made to the libdvdcss.
I'm assuming I cannot statically link with the libdvdcss otherwise my application would fall into the GPL's infection.
However what about dynamically linking? Such as loading the dll and linking the functions.
Or if it has to be a seperate application, can you create an application, that exports some functions and then dynamically link that seperate program to use those functions?
-Vash